++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ shuf ++ awk '{print $3}' ++ head -n1 + TZ=Africa/Ceuta Choosen random timezone Africa/Ceuta + echo 'Choosen random timezone Africa/Ceuta' + ln -snf /usr/share/zoneinfo/Africa/Ceuta /etc/localtime + echo Africa/Ceuta + dpkg -i package_folder/clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-common-static (24.3.12.76.altinitystable) ... Setting up clickhouse-common-static (24.3.12.76.altinitystable) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.12.76.altinitystable) ... Setting up clickhouse-common-static-dbg (24.3.12.76.altinitystable) ... + dpkg -i package_folder/clickhouse-server_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-server (24.3.12.76.altinitystable) ... Setting up clickhouse-server (24.3.12.76.altinitystable) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.12.76.altinitystable_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.12.76.altinitystable_amd64.deb ... Unpacking clickhouse-client (24.3.12.76.altinitystable) ... Setting up clickhouse-client (24.3.12.76.altinitystable) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.12.76.altinitystable. + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=38670336 + sed --follow-symlinks -i 's|[[:digit:]]\+|38670336|' /etc/clickhouse-server/config.d/keeper_port.xml + value=6842368 + sed --follow-symlinks -i 's|[[:digit:]]\+|6842368|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ x86_64 Adding azure configuration + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=5 + grep AccessDenied + curl --silent --verbose http://localhost:11111 trying to connect to minio + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=6 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 11 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=12 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 12 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=13 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 13 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:41745 http://127.0.0.1:41745 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (41745), please use --console-address ":PORT" to choose a static port. + counter=14 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./182A018F27104C7E5a664077-9a87-4df2-a980-ced93ad853de + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 256 root 10u IPv6 22327 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl 02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 84.73 MiB/s + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet 02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 45.82 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 27.50 KiB/s a.tsv + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.46 KiB/s + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 2.85 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 2.93 KiB/s tsv_with_header.tsv + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 4.49 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K Mar 5 21:18 . drwxr-xr-x 1 root root 4.0K Mar 5 21:18 .. -rw-rw-r-- 1 1000 1000 300 Mar 5 21:14 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 14:22 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Mar 5 21:18 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Mar 5 21:18 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Mar 5 21:18 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 16:04 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Mar 5 21:18 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 2.5K Mar 5 21:14 broken_tests.json drwxr-xr-x 5 root root 340 Mar 5 21:17 dev -rwxr-xr-x 1 root root 0 Mar 5 21:17 .dockerenv drwxr-xr-x 1 root root 4.0K Mar 5 21:18 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 16:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 16:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 16:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 16:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 14:42 mc drwxr-xr-x 2 root root 4.0K Sep 11 16:04 media -rwxr-xr-x 1 root root 114M Oct 31 14:42 minio drwxr-xr-x 4 root root 4.0K Mar 5 21:18 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 16:04 mnt drwxr-xr-x 2 root root 4.0K Sep 11 16:04 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Mar 5 21:17 package_folder dr-xr-xr-x 309 root root 0 Mar 5 21:17 proc -rwxrwxr-x 1 root root 8.2K Oct 31 14:22 process_functional_tests_result.py drwx------ 1 root root 4.0K Mar 5 21:18 root drwxr-xr-x 1 root root 4.0K Mar 5 21:18 run -rwxrwxr-x 1 root root 16K Oct 31 14:22 run.sh lrwxrwxrwx 1 root root 8 Sep 11 16:04 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 14:22 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 14:22 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 14:22 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 16:04 srv -rw-rw-r-- 1 root root 13K Oct 31 14:22 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 5 21:17 sys drwxrwxr-x 2 1000 1000 4.0K Mar 5 21:17 test_output drwxrwxrwt 1 root root 4.0K Mar 5 21:18 tmp drwxr-xr-x 1 root root 4.0K Sep 11 16:04 usr -rw-rw-r-- 1 root root 833 Oct 31 14:22 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 16:07 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 536 clickhouse 322u IPv4 19330 0t0 TCP localhost:12222 (LISTEN) java 536 clickhouse 544u IPv4 28426 0t0 TCP localhost:45062->localhost:12222 (ESTABLISHED) java 536 clickhouse 545u IPv4 38383 0t0 TCP localhost:12222->localhost:45062 (ESTABLISHED) java 536 clickhouse 553u IPv4 48239 0t0 TCP localhost:45082->localhost:12222 (ESTABLISHED) java 536 clickhouse 554u IPv4 19428 0t0 TCP localhost:12222->localhost:45082 (ESTABLISHED) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 127.0.0.1 - - [05/Mar/2025:20:18:58 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [05/Mar/2025:20:18:58 +0000] "PUT /devstoreaccount1/cont/pfvzjerflqeyiryyimdivxapzeanpbnr?blockid=ssloqrarjocdgyttnqzbhphnpqfisqfqinsrnatmwdwqutfmantufrquqpssexhp&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [05/Mar/2025:20:18:58 +0000] "PUT /devstoreaccount1/cont/pfvzjerflqeyiryyimdivxapzeanpbnr?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [05/Mar/2025:20:18:58 +0000] "GET /devstoreaccount1/cont/pfvzjerflqeyiryyimdivxapzeanpbnr HTTP/1.1" 206 4 127.0.0.1 - - [05/Mar/2025:20:18:58 +0000] "GET /devstoreaccount1/cont/pfvzjerflqeyiryyimdivxapzeanpbnr HTTP/1.1" 206 2 127.0.0.1 - - [05/Mar/2025:20:18:58 +0000] "DELETE /devstoreaccount1/cont/pfvzjerflqeyiryyimdivxapzeanpbnr HTTP/1.1" 202 - 1 + break + setup_logs_replication File /tmp/export-logs-config.sh does not exist, do not setup + set +x + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 725 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 4 ]] + [[ -n 5 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + ts '%Y-%m-%d %H:%M:%S' + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 4 --run-by-hash-total 5 --report-logs-stats + tee -a test_output/test_result.txt 2025-03-05 21:20:50 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-03-05 21:20:50 Connecting to ClickHouse server... OK 2025-03-05 21:20:50 Connected to server 24.3.12.76.altinitystable @ 552780245684c25bd4bd0689593fe37df0ea2aec HEAD 2025-03-05 21:20:50 Found 1156 parallel tests and 124 sequential tests 2025-03-05 21:20:54 2025-03-05 21:20:54 Running about 144 stateless tests (ForkPoolWorker-4). 2025-03-05 21:20:54 2025-03-05 21:20:54 03205_system_sync_replica_format: [ OK ] 3.38 sec. 2025-03-05 21:20:54 2025-03-05 21:20:54 Running about 144 stateless tests (ForkPoolWorker-6). 2025-03-05 21:20:54 2025-03-05 21:20:54 03204_index_hint_fuzzer: [ OK ] 3.55 sec. 2025-03-05 21:20:54 2025-03-05 21:20:54 Running about 144 stateless tests (ForkPoolWorker-2). 2025-03-05 21:20:54 2025-03-05 21:20:54 03230_anyHeavy_merge: [ OK ] 3.80 sec. 2025-03-05 21:20:54 2025-03-05 21:20:54 Running about 144 stateless tests (ForkPoolWorker-7). 2025-03-05 21:20:54 2025-03-05 21:20:54 03161_create_table_as_mv: [ OK ] 3.94 sec. 2025-03-05 21:20:55 2025-03-05 21:20:55 Running about 144 stateless tests (ForkPoolWorker-9). 2025-03-05 21:20:55 2025-03-05 21:20:55 03152_analyzer_columns_list: [ OK ] 4.78 sec. 2025-03-05 21:20:55 2025-03-05 21:20:55 Running about 144 stateless tests (ForkPoolWorker-3). 2025-03-05 21:20:55 2025-03-05 21:20:55 03215_validate_type_in_alter_add_modify_column: [ OK ] 4.82 sec. 2025-03-05 21:20:56 2025-03-05 21:20:56 Running about 144 stateless tests (ForkPoolWorker-5). 2025-03-05 21:20:56 2025-03-05 21:20:56 03174_low_cardinality_group_by_distributed_plan: [ OK ] 5.56 sec. 2025-03-05 21:20:58 03142_untuple_crash: [ OK ] 3.60 sec. 2025-03-05 21:20:58 03132_rewrite_aggregate_function_with_if_implicit_cast: [ OK ] 4.13 sec. 2025-03-05 21:20:59 03129_cte_with_final: [ OK ] 4.29 sec. 2025-03-05 21:21:00 03095_group_by_server_constants_bug: [ OK ] 4.03 sec. 2025-03-05 21:21:00 03129_format_row_json_http: [ OK ] 4.82 sec. 2025-03-05 21:21:01 03128_argMin_combinator_projection: [ OK ] 5.02 sec. 2025-03-05 21:21:01 03131_rewrite_sum_if_nullable: [ OK ] 6.30 sec. 2025-03-05 21:21:02 2025-03-05 21:21:02 Running about 144 stateless tests (ForkPoolWorker-8). 2025-03-05 21:21:02 2025-03-05 21:21:02 03169_optimize_injective_functions_inside_uniq_crash: [ OK ] 11.41 sec. 2025-03-05 21:21:02 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 3.74 sec. 2025-03-05 21:21:02 03093_bug_gcd_codec: [ OK ] 4.79 sec. 2025-03-05 21:21:03 03033_analyzer_merge_engine_filter_push_down: [ OK ] 3.80 sec. 2025-03-05 21:21:04 03019_numbers_pretty: [ OK ] 3.65 sec. 2025-03-05 21:21:04 03014_msan_parse_date_time: [ OK ] 3.48 sec. 2025-03-05 21:21:05 03013_addDays_with_timezone: [ OK ] 3.90 sec. 2025-03-05 21:21:07 03009_range_dict_get_or_default: [ OK ] 3.99 sec. 2025-03-05 21:21:08 03003_arrayEnumerate_crash: [ OK ] 3.59 sec. 2025-03-05 21:21:11 02999_analyzer_preimage_null: [ OK ] 3.75 sec. 2025-03-05 21:21:11 03008_filter_projections_non_deterministoc_functions: [ OK ] 6.70 sec. 2025-03-05 21:21:11 03011_definitive_guide_to_cast: [ OK ] 8.59 sec. 2025-03-05 21:21:13 02998_http_redirects: [ OK ] 4.47 sec. 2025-03-05 21:21:14 03009_consecutive_keys_nullable: [ OK ] 9.68 sec. 2025-03-05 21:21:14 03014_async_with_dedup_part_log_rmt: [ OK ] 13.32 sec. 2025-03-05 21:21:15 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 3.53 sec. 2025-03-05 21:21:17 02998_pretty_format_print_readable_number_on_single_value: [ OK ] 5.90 sec. 2025-03-05 21:21:17 02991_count_rewrite_analyzer: [ OK ] 3.92 sec. 2025-03-05 21:21:17 02995_new_settings_history: [ OK ] 6.03 sec. 2025-03-05 21:21:18 02990_format_not_precedence: [ OK ] 3.74 sec. 2025-03-05 21:21:18 02990_variant_where_cond: [ OK ] 3.99 sec. 2025-03-05 21:21:21 02989_group_by_tuple: [ OK ] 3.68 sec. 2025-03-05 21:21:21 02989_variant_comparison: [ OK ] 6.33 sec. 2025-03-05 21:21:21 02989_replicated_merge_tree_invalid_metadata_version: [ OK ] 4.65 sec. 2025-03-05 21:21:21 02988_join_using_prewhere_pushdown: [ OK ] 4.18 sec. 2025-03-05 21:21:23 02983_empty_map_hasToken: [ OK ] 4.86 sec. 2025-03-05 21:21:25 02982_unambiguous_alter_commands: [ OK ] 4.21 sec. 2025-03-05 21:21:26 02985_shard_query_start_time: [ OK ] 8.69 sec. 2025-03-05 21:21:29 02975_intdiv_with_decimal: [ OK ] 6.12 sec. 2025-03-05 21:21:30 02981_insert_select_resize_to_max_insert_threads: [ OK ] 8.10 sec. 2025-03-05 21:21:30 02974_analyzer_array_join_subcolumn: [ OK ] 4.67 sec. 2025-03-05 21:21:30 02972_to_string_nullable_timezone: [ OK ] 3.76 sec. 2025-03-05 21:21:33 02970_generate_series: [ OK ] 4.09 sec. 2025-03-05 21:21:33 02968_url_args: [ OK ] 3.08 sec. 2025-03-05 21:21:34 02970_visible_width_behavior: [ OK ] 3.88 sec. 2025-03-05 21:21:34 02968_analyzer_join_column_not_found: [ OK ] 3.57 sec. 2025-03-05 21:21:37 02967_index_hint_crash: [ OK ] 3.63 sec. 2025-03-05 21:21:38 03013_parser_regexp_recompilation: [ OK ] 35.81 sec. 2025-03-05 21:21:38 02968_adaptive_async_insert_timeout: [ OK ] 5.10 sec. 2025-03-05 21:21:38 02963_test_flexible_disk_configuration: [ OK ] 4.86 sec. 2025-03-05 21:21:39 02982_json_columns_with_metadata_http: [ OK ] 18.07 sec. 2025-03-05 21:21:41 02963_msan_agg_addBatchLookupTable8: [ OK ] 3.58 sec. 2025-03-05 21:21:41 02966_nested_offsets_subcolumn: [ OK ] 7.91 sec. 2025-03-05 21:21:43 02961_analyzer_low_cardinality_fuzzer: [ OK ] 3.87 sec. 2025-03-05 21:21:43 02962_analyzer_resolve_group_by_on_shards: [ OK ] 4.50 sec. 2025-03-05 21:21:43 02961_read_bool_as_string_json: [ OK ] 4.26 sec. 2025-03-05 21:21:44 03012_parser_backtracking: [ OK ] 41.55 sec. 2025-03-05 21:21:44 02947_merge_tree_index_table_1: [ OK ] 1.71 sec. 2025-03-05 21:21:46 02956_format_constexpr: [ OK ] 4.08 sec. 2025-03-05 21:21:47 02955_avro_format_zstd_encode_support: [ OK ] 4.00 sec. 2025-03-05 21:21:47 02960_polygon_bound_bug: [ OK ] 6.29 sec. 2025-03-05 21:21:48 02962_arrow_dictionary_indexes_types: [ OK ] 10.40 sec. 2025-03-05 21:21:49 02946_merge_tree_final_split_ranges_by_primary_key: [ OK ] 5.12 sec. 2025-03-05 21:21:49 02946_parallel_replicas_distributed: [ OK ] 4.49 sec. 2025-03-05 21:21:50 02982_perf_introspection_for_inserts: [ OK ] 28.14 sec. 2025-03-05 21:21:50 02946_materialize_column_must_not_override_past_values: [ OK ] 6.84 sec. 2025-03-05 21:21:51 02943_positional_arguments_bugs: [ OK ] 4.88 sec. 2025-03-05 21:21:51 02943_variant_element: [ OK ] 4.25 sec. 2025-03-05 21:21:53 02934_merge_tree_max_projections: [ OK ] 4.61 sec. 2025-03-05 21:21:54 02933_ephemeral_mv: [ OK ] 3.83 sec. 2025-03-05 21:21:55 02932_non_ready_set_stuck: [ OK ] 3.51 sec. 2025-03-05 21:21:55 02933_local_system_setting: [ OK ] 5.72 sec. 2025-03-05 21:21:55 02932_parallel_replicas_fuzzer: [ OK ] 4.18 sec. 2025-03-05 21:21:58 02932_group_by_null_fuzzer: [ OK ] 4.31 sec. 2025-03-05 21:21:58 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 4.56 sec. 2025-03-05 21:22:00 02941_projections_external_aggregation: [ OK ] 11.63 sec. 2025-03-05 21:22:01 02922_respect_nulls_states: [ OK ] 6.27 sec. 2025-03-05 21:22:02 02921_fuzzbits_with_array_join: [ OK ] 3.54 sec. 2025-03-05 21:22:04 02933_group_by_memory_usage: [ OK ] 13.57 sec. 2025-03-05 21:22:04 02920_fix_json_merge_patch: [ OK ] 3.59 sec. 2025-03-05 21:22:06 02918_wrong_dictionary_source: [ OK ] 4.31 sec. 2025-03-05 21:22:06 02919_storage_fuzzjson: [ OK ] 4.83 sec. 2025-03-05 21:22:08 02916_analyzer_set_in_join: [ OK ] 3.93 sec. 2025-03-05 21:22:08 02918_alter_temporary_table: [ OK ] 4.17 sec. 2025-03-05 21:22:11 02931_rewrite_sum_column_and_constant: [ OK ] 16.58 sec. 2025-03-05 21:22:12 02912_group_array_sample: [ OK ] 3.94 sec. 2025-03-05 21:22:12 02916_local_insert_into_function: [ OK ] 6.08 sec. 2025-03-05 21:22:13 02915_fpc_overflow: [ OK ] 5.44 sec. 2025-03-05 21:22:14 02908_alter_column_alias: [ OK ] 2.68 sec. 2025-03-05 21:22:15 02910_rocksdb_optimize: [ OK ] 3.94 sec. 2025-03-05 21:22:18 02922_url_s3_engine_size_virtual_column: [ OK ] 20.01 sec. 2025-03-05 21:22:18 02907_fromDaysSinceYearZero: [ OK ] 5.95 sec. 2025-03-05 21:22:20 02906_force_optimize_projection_name: [ OK ] 4.49 sec. 2025-03-05 21:22:22 02907_clickhouse_dictionary_bug: [ OK ] 9.24 sec. 2025-03-05 21:22:22 02902_show_databases_limit: [ OK ] 4.01 sec. 2025-03-05 21:22:23 02916_joinget_dependency: [ OK ] 16.48 sec. 2025-03-05 21:22:27 02898_parallel_replicas_custom_key_final: [ OK ] 4.08 sec. 2025-03-05 21:22:29 02900_clickhouse_local_drop_current_database: [ OK ] 6.20 sec. 2025-03-05 21:22:31 02907_backup_restore_default_nullable: [ OK ] 16.48 sec. 2025-03-05 21:22:33 02896_cyclic_aliases_crash: [ OK ] 3.91 sec. 2025-03-05 21:22:33 02897_alter_partition_parameters: [ OK ] 6.73 sec. 2025-03-05 21:22:34 02904_empty_order_by_with_setting_enabled: [ OK ] 16.12 sec. 2025-03-05 21:22:37 02900_union_schema_inference_mode: [ OK ] 16.51 sec. 2025-03-05 21:22:37 02891_array_shingles: [ OK ] 4.61 sec. 2025-03-05 21:22:38 02891_functions_over_sparse_columns: [ OK ] 4.03 sec. 2025-03-05 21:22:38 02894_ast_depth_check: [ OK ] 6.62 sec. 2025-03-05 21:22:39 02890_describe_table_options: [ OK ] 4.60 sec. 2025-03-05 21:22:41 02889_parts_columns_filenames: [ OK ] 4.05 sec. 2025-03-05 21:22:42 02888_integer_type_inference_in_if_function: [ OK ] 4.39 sec. 2025-03-05 21:22:42 02887_tuple_element_distributed: [ OK ] 3.87 sec. 2025-03-05 21:22:44 02887_mutations_subcolumns: [ OK ] 6.07 sec. 2025-03-05 21:22:46 02885_arg_min_max_combinator: [ OK ] 4.78 sec. 2025-03-05 21:22:46 02876_sort_union_of_sorted: [ OK ] 4.67 sec. 2025-03-05 21:22:48 02922_deduplication_with_zero_copy: [ OK ] 52.85 sec. 2025-03-05 21:22:48 02876_json_incomplete_types_as_strings_inference: [ OK ] 4.15 sec. 2025-03-05 21:22:51 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 3.46 sec. 2025-03-05 21:22:52 02885_ephemeral_columns_from_file: [ OK ] 12.87 sec. 2025-03-05 21:22:54 02876_yyyymmddtodate: [ OK ] 7.49 sec. 2025-03-05 21:22:55 02872_prewhere_filter: [ OK ] 3.71 sec. 2025-03-05 21:22:56 02875_parallel_replicas_remote: [ OK ] 9.88 sec. 2025-03-05 21:22:58 02868_select_support_from_keywords: [ OK ] 2.65 sec. 2025-03-05 21:22:59 02866_size_of_marks_skip_idx_explain: [ OK ] 2.94 sec. 2025-03-05 21:23:03 02870_move_partition_to_volume_io_throttling: [ OK ] 10.85 sec. 2025-03-05 21:23:03 02864_profile_event_part_lock: [ OK ] 3.50 sec. 2025-03-05 21:23:07 02865_array_join_with_max_block_size: [ OK ] 8.52 sec. 2025-03-05 21:23:07 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 4.12 sec. 2025-03-05 21:23:07 02862_sorted_distinct_sparse_fix: [ OK ] 4.24 sec. 2025-03-05 21:23:11 02900_buffer_table_alter_race: [ OK ] 48.30 sec. 2025-03-05 21:23:11 02861_index_set_incorrect_args: [ OK ] 3.93 sec. 2025-03-05 21:23:12 02860_distributed_flush_on_detach: [ OK ] 4.20 sec. 2025-03-05 21:23:14 02868_no_merge_across_partitions_final_with_lonely: [ OK ] 20.14 sec. 2025-03-05 21:23:15 02845_prewhere_preserve_column: [ OK ] 3.79 sec. 2025-03-05 21:23:16 02845_group_by_constant_keys: [ OK ] 5.36 sec. 2025-03-05 21:23:16 02861_join_on_nullsafe_compare: [ OK ] 9.79 sec. 2025-03-05 21:23:21 02841_join_filter_set_sparse: [ OK ] 4.74 sec. 2025-03-05 21:23:24 02841_parallel_final_wrong_columns_order: [ OK ] 9.65 sec. 2025-03-05 21:23:25 02874_array_random_sample: [ OK ] 37.26 sec. 2025-03-05 21:23:28 02885_async_insert_access_check_for_defaults: [ OK ] 47.17 sec. 2025-03-05 21:23:30 02840_merge__table_or_filter: [ OK ] 5.39 sec. 2025-03-05 21:23:30 02845_parquet_odd_decimals: [ OK ] 18.71 sec. 2025-03-05 21:23:31 02835_parallel_replicas_over_distributed: [ OK ] 5.62 sec. 2025-03-05 21:23:31 02841_check_table_progress: [ OK ] 16.07 sec. 2025-03-05 21:23:31 02833_concurrrent_sessions: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:23:32 02835_fuzz_remove_redundant_sorting: [ OK ] 4.31 sec. 2025-03-05 21:23:34 02834_nulls_first_sort: [ OK ] 3.96 sec. 2025-03-05 21:23:34 02834_array_exists_segfault: [ OK ] 3.94 sec. 2025-03-05 21:23:35 02833_sparse_columns_tuple_function: [ OK ] 4.29 sec. 2025-03-05 21:23:37 02841_parallel_replicas_summary: [ OK ] 20.58 sec. 2025-03-05 21:23:38 02832_alter_delete_indexes_projections: [ OK ] 5.21 sec. 2025-03-05 21:23:38 02833_local_with_dialect: [ OK ] 6.75 sec. 2025-03-05 21:23:38 02816_has_token_empty: [ OK ] 4.50 sec. 2025-03-05 21:23:38 02815_empty_subquery_nullable_bug: [ OK ] 3.96 sec. 2025-03-05 21:23:39 02815_first_line: [ OK ] 3.94 sec. 2025-03-05 21:23:41 02813_func_now_and_alias: [ OK ] 3.74 sec. 2025-03-05 21:23:41 02813_float_parsing: [ OK ] 3.66 sec. 2025-03-05 21:23:42 02813_array_agg: [ OK ] 3.89 sec. 2025-03-05 21:23:42 02811_ip_dict_attribute: [ OK ] 3.73 sec. 2025-03-05 21:23:42 02811_invalid_embedded_rocksdb_create: [ OK ] 3.48 sec. 2025-03-05 21:23:44 02809_storage_set_analysis_bug: [ OK ] 4.44 sec. 2025-03-05 21:23:45 02804_intersect_bad_cast: [ OK ] 3.81 sec. 2025-03-05 21:23:46 02798_explain_settings_not_applied_bug: [ OK ] 3.83 sec. 2025-03-05 21:23:46 02800_transform_alter: [ OK ] 4.76 sec. 2025-03-05 21:23:46 02798_generic_transform: [ OK ] 4.17 sec. 2025-03-05 21:23:48 02790_sql_standard_fetch: [ OK ] 4.06 sec. 2025-03-05 21:23:48 02791_final_block_structure_mismatch_bug: [ OK ] 5.76 sec. 2025-03-05 21:23:50 02790_optimize_skip_unused_shards_join: [ OK ] 3.90 sec. 2025-03-05 21:23:50 02789_object_type_invalid_num_of_rows: [ OK ] 3.63 sec. 2025-03-05 21:23:50 02789_describe_table_settings: [ OK ] 3.81 sec. 2025-03-05 21:23:52 02789_set_index_nullable_condition_bug: [ OK ] 4.15 sec. 2025-03-05 21:23:52 02780_final_streams_data_skipping_index: [ OK ] 2.22 sec. 2025-03-05 21:23:53 02790_client_max_opening_fd: [ OK ] 8.31 sec. 2025-03-05 21:23:54 02786_max_execution_time_leaf: [ OK ] 5.86 sec. 2025-03-05 21:23:54 02782_inconsistent_formatting_and_constant_folding: [ OK ] 4.44 sec. 2025-03-05 21:23:55 02771_ignore_data_skipping_indices: [ OK ] 5.02 sec. 2025-03-05 21:23:58 02752_custom_separated_ignore_spaces_bug: [ OK ] 3.48 sec. 2025-03-05 21:23:58 02768_into_outfile_extensions_format: [ OK ] 4.60 sec. 2025-03-05 21:23:58 02766_bitshift_with_const_arguments: [ OK ] 4.69 sec. 2025-03-05 21:23:59 02751_multiif_to_if_crash: [ OK ] 3.74 sec. 2025-03-05 21:24:02 02737_sql_auto_is_null: [ OK ] 3.75 sec. 2025-03-05 21:24:03 02736_bit_count_big_int: [ OK ] 4.28 sec. 2025-03-05 21:24:04 02770_async_buffer_ignore: [ OK ] 11.93 sec. 2025-03-05 21:24:06 02751_query_log_test_partitions: [ OK ] 8.28 sec. 2025-03-05 21:24:07 02734_optimize_group_by: [ OK ] 3.90 sec. 2025-03-05 21:24:08 02735_asof_join_right_null: [ OK ] 5.17 sec. 2025-03-05 21:24:09 02733_sparse_columns_reload: [ OK ] 4.20 sec. 2025-03-05 21:24:11 02731_nothing_deserialization: [ OK ] 3.64 sec. 2025-03-05 21:24:12 02770_jit_aggregation_nullable_key_fix: [ OK ] 19.92 sec. 2025-03-05 21:24:13 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys: [ OK ] 5.81 sec. 2025-03-05 21:24:14 02725_alias_with_restricted_keywords: [ OK ] 3.69 sec. 2025-03-05 21:24:18 02724_mutliple_storage_join: [ OK ] 4.40 sec. 2025-03-05 21:24:19 02723_zookeeper_name: [ OK ] 4.70 sec. 2025-03-05 21:24:23 02722_log_profile_events: [ OK ] 3.94 sec. 2025-03-05 21:24:27 02723_param_exception_message_context: [ OK ] 8.97 sec. 2025-03-05 21:24:29 02751_text_formats_bad_nullable_parsing: [ OK ] 30.87 sec. 2025-03-05 21:24:31 02721_parquet_field_not_found: [ OK ] 7.43 sec. 2025-03-05 21:24:31 02720_row_policy_column_with_dots: [ OK ] 4.37 sec. 2025-03-05 21:24:35 02718_array_fold: [ OK ] 6.36 sec. 2025-03-05 21:24:35 02716_drop_if_empty: [ OK ] 4.63 sec. 2025-03-05 21:24:39 02716_create_direct_dict_with_lifetime_throws: [ OK ] 3.81 sec. 2025-03-05 21:24:40 02713_ip4_uint_compare: [ OK ] 4.33 sec. 2025-03-05 21:24:40 02716_parquet_invalid_date32: [ OK ] 8.45 sec. 2025-03-05 21:24:44 02711_server_uuid_macro: [ OK ] 4.73 sec. 2025-03-05 21:24:45 02706_keeper_map_insert_strict: [ OK ] 4.66 sec. 2025-03-05 21:24:45 02724_delay_mutations: [ OK ] 32.80 sec. 2025-03-05 21:24:47 02731_parallel_replicas_join_subquery: [ OK ] 37.77 sec. 2025-03-05 21:24:48 02732_rename_after_processing: [ OK ] 41.62 sec. 2025-03-05 21:24:48 02705_projection_and_ast_optimizations_bug: [ OK ] 4.22 sec. 2025-03-05 21:24:49 02705_grouping_keys_equal_keys: [ OK ] 4.02 sec. 2025-03-05 21:24:49 02941_variant_type_1: [ OK ] 182.15 sec. 2025-03-05 21:24:52 02690_subquery_identifiers: [ OK ] 3.96 sec. 2025-03-05 21:24:52 02684_bson: [ OK ] 3.45 sec. 2025-03-05 21:24:53 02683_native_too_large_size: [ OK ] 3.44 sec. 2025-03-05 21:24:54 02706_kolmogorov_smirnov_test_scipy: [ OK ] 14.41 sec. 2025-03-05 21:24:54 02697_alter_dependencies: [ OK ] 7.64 sec. 2025-03-05 21:24:56 02681_group_array_too_large_size: [ OK ] 3.47 sec. 2025-03-05 21:24:57 02697_stop_reading_on_first_cancel: [ OK ] 8.50 sec. 2025-03-05 21:24:57 02677_grace_hash_limit_race: [ OK ] 3.85 sec. 2025-03-05 21:24:58 02676_kafka_murmur_hash: [ OK ] 3.76 sec. 2025-03-05 21:25:00 02675_grant_query_formatting: [ OK ] 4.63 sec. 2025-03-05 21:25:01 02668_column_block_number: [ OK ] 4.43 sec. 2025-03-05 21:25:03 02668_ulid_decoding: [ OK ] 4.60 sec. 2025-03-05 21:25:06 02662_first_last_value: [ OK ] 5.09 sec. 2025-03-05 21:25:06 02669_alter_modify_to_nullable: [ OK ] 9.26 sec. 2025-03-05 21:25:08 02661_quantile_approx: [ OK ] 6.59 sec. 2025-03-05 21:25:08 02597_projection_materialize_and_replication: [ OK ] 5.72 sec. 2025-03-05 21:25:11 02597_column_delete_and_replication: [ OK ] 5.51 sec. 2025-03-05 21:25:12 02590_bson_duplicate_column: [ OK ] 3.52 sec. 2025-03-05 21:25:15 02592_avro_more_types: [ OK ] 6.97 sec. 2025-03-05 21:25:15 02589_bson_invalid_document_size: [ OK ] 3.66 sec. 2025-03-05 21:25:17 02582_async_reading_with_small_limit: [ OK ] 4.45 sec. 2025-03-05 21:25:18 02595_orc_arrow_parquet_more_types: [ OK ] 11.67 sec. 2025-03-05 21:25:19 02582_analyzer_join_subquery_empty_column_list: [ OK ] 4.39 sec. 2025-03-05 21:25:21 02579_parameterized_replace: [ OK ] 3.63 sec. 2025-03-05 21:25:23 02568_array_map_const_low_cardinality: [ OK ] 3.71 sec. 2025-03-05 21:25:23 02563_progress_when_no_rows_from_prewhere: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:25:26 02564_analyzer_cross_to_inner: [ OK ] 4.63 sec. 2025-03-05 21:25:27 02581_share_big_sets_between_mutation_tasks_with_storage_set: [ OK ] 11.92 sec. 2025-03-05 21:25:29 02703_max_local_read_bandwidth: [ OK ] 43.98 sec. 2025-03-05 21:25:31 02560_agg_state_deserialization_hash_table_crash: [ OK ] 4.06 sec. 2025-03-05 21:25:32 02841_valid_json_and_xml_on_http_exception: [ OK ] 130.80 sec. 2025-03-05 21:25:33 02560_analyzer_materialized_view: [ OK ] 4.61 sec. 2025-03-05 21:25:36 02559_ip_types_bloom: [ OK ] 4.26 sec. 2025-03-05 21:25:37 02559_multiple_read_steps_in_prewhere: [ OK ] 6.12 sec. 2025-03-05 21:25:38 02681_undrop_query_uuid: [ OK ] 45.34 sec. 2025-03-05 21:25:40 02561_sorting_constants_and_distinct_crash: [ OK ] 14.32 sec. 2025-03-05 21:25:40 02554_format_json_columns_for_empty: [ OK ] 4.23 sec. 2025-03-05 21:25:42 02581_parquet_arrow_orc_compressions: [ OK ] 25.16 sec. 2025-03-05 21:25:42 02563_async_insert_bad_data: [ OK ] 18.89 sec. 2025-03-05 21:25:43 02551_obfuscator_keywords: [ OK ] 5.77 sec. 2025-03-05 21:25:46 02542_transform_new: [ OK ] 5.75 sec. 2025-03-05 21:25:46 02539_generate_random_low_cardinality: [ OK ] 4.32 sec. 2025-03-05 21:25:47 02536_distributed_detach_table: [ OK ] 5.22 sec. 2025-03-05 21:25:50 02535_ip_parser_not_whole: [ OK ] 4.09 sec. 2025-03-05 21:25:51 02552_siphash128_reference: [ OK ] 13.54 sec. 2025-03-05 21:25:52 02534_s3_cluster_insert_select_schema_inference: [ OK ] 4.30 sec. 2025-03-05 21:25:52 02535_analyzer_group_by_use_nulls: [ OK ] 6.19 sec. 2025-03-05 21:25:55 02525_jit_logical_functions_nan: [ OK ] 4.22 sec. 2025-03-05 21:25:55 02536_delta_gorilla_corruption: [ OK ] 11.91 sec. 2025-03-05 21:25:56 02540_input_format_json_ignore_unknown_keys_in_named_tuple: [ OK ] 15.20 sec. 2025-03-05 21:25:57 02522_different_types_in_storage_merge: [ OK ] 4.73 sec. 2025-03-05 21:25:57 02534_analyzer_grouping_function: [ OK ] 6.44 sec. 2025-03-05 21:25:57 02521_cannot_find_column_in_projection: [ OK ] 4.25 sec. 2025-03-05 21:25:59 02521_to_custom_day_of_week: [ OK ] 4.06 sec. 2025-03-05 21:26:01 02515_analyzer_null_for_empty: [ OK ] 3.73 sec. 2025-03-05 21:26:01 02518_rewrite_aggregate_function_with_if: [ OK ] 4.01 sec. 2025-03-05 21:26:01 02517_wrong_total_structure_crash: [ OK ] 4.19 sec. 2025-03-05 21:26:05 02514_analyzer_drop_join_on: [ OK ] 4.29 sec. 2025-03-05 21:26:05 02513_validate_data_types: [ OK ] 4.36 sec. 2025-03-05 21:26:05 02511_complex_literals_as_aggregate_function_parameters: [ OK ] 4.36 sec. 2025-03-05 21:26:09 02505_forbid_paths_in_datetime_timezone: [ OK ] 3.83 sec. 2025-03-05 21:26:09 02508_bad_graphite: [ OK ] 3.98 sec. 2025-03-05 21:26:12 02504_regexp_dictionary_table_source: [ OK ] 6.57 sec. 2025-03-05 21:26:12 02502_bad_values_schema_inference: [ OK ] 3.34 sec. 2025-03-05 21:26:13 02502_fuzz_bad_cast_to_ast_literal: [ OK ] 3.81 sec. 2025-03-05 21:26:16 02499_read_json_objects_as_strings: [ OK ] 3.48 sec. 2025-03-05 21:26:16 02501_limits_on_result_for_view: [ OK ] 4.23 sec. 2025-03-05 21:26:16 02499_escaped_quote_schema_inference: [ OK ] 3.59 sec. 2025-03-05 21:26:21 02676_optimize_old_parts_replicated: [ OK ] 86.93 sec. 2025-03-05 21:26:22 02498_random_string_in_json_schema_inference: [ OK ] 5.76 sec. 2025-03-05 21:26:25 02495_analyzer_storage_join: [ OK ] 8.66 sec. 2025-03-05 21:26:26 02498_storage_join_key_positions: [ OK ] 9.95 sec. 2025-03-05 21:26:27 02492_clickhouse_local_context_uaf: [ OK ] 5.57 sec. 2025-03-05 21:26:31 02483_cuturlparameter_with_arrays: [ OK ] 4.10 sec. 2025-03-05 21:26:33 02486_truncate_and_unexpected_parts: [ OK ] 7.09 sec. 2025-03-05 21:26:35 02514_database_replicated_no_arguments_for_rmt: [ OK ] 35.43 sec. 2025-03-05 21:26:37 02481_low_cardinality_with_short_circuit_functins_mutations: [ OK ] 4.01 sec. 2025-03-05 21:26:38 02483_password_reset: [ OK ] 11.62 sec. 2025-03-05 21:26:40 02481_default_value_used_in_row_level_filter: [ OK ] 4.55 sec. 2025-03-05 21:26:42 02478_analyzer_table_expression_aliases: [ OK ] 4.44 sec. 2025-03-05 21:26:43 02477_exists_fuzz_43478: [ OK ] 3.64 sec. 2025-03-05 21:26:46 02495_parser_string_binary_literal: [ OK ] 24.47 sec. 2025-03-05 21:26:48 02476_analyzer_join_with_unused_columns: [ OK ] 4.72 sec. 2025-03-05 21:26:50 02475_bad_cast_low_cardinality_to_string_bug: [ OK ] 4.05 sec. 2025-03-05 21:26:54 02475_analyzer_subquery_compound_expression: [ OK ] 3.68 sec. 2025-03-05 21:26:55 02477_single_value_data_string_regression: [ OK ] 12.27 sec. 2025-03-05 21:26:58 02474_timeDiff_UTCTimestamp: [ OK ] 4.31 sec. 2025-03-05 21:26:58 02474_fix_function_parser_bug: [ OK ] 3.46 sec. 2025-03-05 21:26:59 02475_split_with_max_substrings: [ OK ] 11.03 sec. 2025-03-05 21:27:04 02465_limit_trivial_max_rows_to_read: [ OK ] 4.56 sec. 2025-03-05 21:27:08 02521_merge_over_gap: [ OK ] 72.57 sec. 2025-03-05 21:27:17 02461_welch_t_test_fuzz: [ OK ] 7.90 sec. 2025-03-05 21:27:28 02521_tsv_csv_custom_header_detection: [ OK ] 92.67 sec. 2025-03-05 21:27:31 02459_group_by_all: [ OK ] 14.11 sec. 2025-03-05 21:27:39 02461_cancel_finish_race: [ OK ] 34.83 sec. 2025-03-05 21:27:39 02458_key_condition_not_like_prefix: [ OK ] 10.91 sec. 2025-03-05 21:27:40 02457_insert_select_progress_http: [ OK ] 9.16 sec. 2025-03-05 21:27:43 02457_datediff_via_unix_epoch: [ OK ] 3.96 sec. 2025-03-05 21:27:44 02555_davengers_rename_chain: [ OK ] 130.49 sec. 2025-03-05 21:27:44 02457_tuple_of_intervals: [ OK ] 5.52 sec. 2025-03-05 21:27:45 02479_race_condition_between_insert_and_droppin_mv: [ OK ] 67.80 sec. 2025-03-05 21:27:46 02456_bloom_filter_assert: [ OK ] 6.18 sec. 2025-03-05 21:27:48 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 3.86 sec. 2025-03-05 21:27:49 02456_keeper_retries_during_insert: [ OK ] 6.33 sec. 2025-03-05 21:27:55 02440_mutations_finalization: [ OK ] 7.09 sec. 2025-03-05 21:28:00 02427_column_nullable_ubsan: [ OK ] 4.73 sec. 2025-03-05 21:28:07 02422_insert_different_granularity: [ OK ] 6.33 sec. 2025-03-05 21:28:10 02421_json_decimals_as_strings: [ OK ] 3.92 sec. 2025-03-05 21:28:15 02481_async_insert_dedup_token: [ OK ] 103.48 sec. 2025-03-05 21:28:17 02432_s3_parallel_parts_cleanup: [ OK ] 27.48 sec. 2025-03-05 21:28:25 02420_final_setting: [ OK ] 8.35 sec. 2025-03-05 21:28:29 02419_contingency_array_nullable: [ OK ] 3.88 sec. 2025-03-05 21:28:36 02418_tautological_if_index: [ OK ] 6.82 sec. 2025-03-05 21:28:43 02473_optimize_old_parts: [ OK ] 104.61 sec. 2025-03-05 21:28:44 02417_null_variadic_behaviour: [ OK ] 7.66 sec. 2025-03-05 21:28:46 02473_multistep_split_prewhere: [ OK ] 107.42 sec. 2025-03-05 21:28:47 02415_all_new_functions_must_be_documented: [ OK ] 3.83 sec. 2025-03-05 21:28:48 02414_all_new_table_functions_must_be_documented: [ OK ] 3.96 sec. 2025-03-05 21:28:51 02412_nlp: [ OK ] 4.54 sec. 2025-03-05 21:28:53 02410_to_decimal_or_default: [ OK ] 4.57 sec. 2025-03-05 21:28:54 02413_replace_partition_zero_copy: [ OK ] 7.53 sec. 2025-03-05 21:28:55 02406_try_read_datetime64_bug: [ OK ] 4.21 sec. 2025-03-05 21:28:56 02444_async_broken_outdated_part_loading: [ OK ] 71.81 sec. 2025-03-05 21:28:59 02400_create_table_on_cluster_normalization: [ OK ] 4.41 sec. 2025-03-05 21:29:00 02395_every_merge_tree_setting_must_have_documentation: [ OK ] 4.08 sec. 2025-03-05 21:29:02 02389_dashboard: [ OK ] 5.15 sec. 2025-03-05 21:29:06 02382_join_and_filtering_set: [ OK ] 6.00 sec. 2025-03-05 21:29:09 02406_minmax_behaviour: [ OK ] 16.66 sec. 2025-03-05 21:29:11 02377_modify_column_from_nested: [ OK ] 4.79 sec. 2025-03-05 21:29:13 02374_regexp_replace: [ OK ] 4.10 sec. 2025-03-05 21:29:16 02372_now_in_block: [ OK ] 5.49 sec. 2025-03-05 21:29:19 02369_analyzer_array_join_function: [ OK ] 5.37 sec. 2025-03-05 21:29:20 02368_analyzer_table_functions: [ OK ] 4.25 sec. 2025-03-05 21:29:21 02378_part_log_profile_events: [ OK ] 19.01 sec. 2025-03-05 21:29:23 02367_optimize_trivial_count_with_array_join: [ OK ] 4.36 sec. 2025-03-05 21:29:25 02366_asof_optimize_predicate_bug_37813: [ OK ] 4.41 sec. 2025-03-05 21:29:30 02366_direct_dictionary_dict_has: [ OK ] 5.00 sec. 2025-03-05 21:29:34 02366_kql_summarize: [ OK ] 10.42 sec. 2025-03-05 21:29:34 02366_kql_func_dynamic: [ OK ] 13.62 sec. 2025-03-05 21:29:35 02421_simple_queries_for_opentelemetry: [ OK ] 79.77 sec. 2025-03-05 21:29:38 02366_kql_datatype: [ OK ] 7.74 sec. 2025-03-05 21:29:40 02366_kql_func_scalar: [ OK ] 5.08 sec. 2025-03-05 21:29:42 02366_kql_func_datetime: [ OK ] 7.64 sec. 2025-03-05 21:29:44 02366_kql_operator_in_sql: [ OK ] 5.91 sec. 2025-03-05 21:29:45 02366_decimal_agg_state_conversion: [ OK ] 4.71 sec. 2025-03-05 21:29:46 02366_kql_func_binary: [ OK ] 3.96 sec. 2025-03-05 21:29:49 02364_setting_cross_to_inner_rewrite: [ OK ] 4.47 sec. 2025-03-05 21:29:49 02363_mapupdate_improve: [ OK ] 4.56 sec. 2025-03-05 21:29:51 02366_kql_func_string: [ OK ] 16.76 sec. 2025-03-05 21:29:53 02356_trivial_count_with_empty_set: [ OK ] 4.11 sec. 2025-03-05 21:29:53 02354_tuple_lowcardinality: [ OK ] 3.66 sec. 2025-03-05 21:29:55 02354_tuple_element_with_default: [ OK ] 4.21 sec. 2025-03-05 21:29:57 02354_array_lowcardinality: [ OK ] 4.43 sec. 2025-03-05 21:29:57 02354_window_expression_with_aggregation_expression: [ OK ] 4.38 sec. 2025-03-05 21:30:01 02354_numeric_literals_with_underscores: [ OK ] 3.63 sec. 2025-03-05 21:30:02 02353_isnullable: [ OK ] 4.24 sec. 2025-03-05 21:30:05 02354_read_in_order_prewhere: [ OK ] 9.51 sec. 2025-03-05 21:30:05 02353_partition_prune_nullable_key: [ OK ] 4.24 sec. 2025-03-05 21:30:08 02351_Map_combinator_dist: [ OK ] 5.88 sec. 2025-03-05 21:30:12 02345_filesystem_local: [ OK ] 6.41 sec. 2025-03-05 21:30:12 02360_rename_table_along_with_log_name: [ OK ] 26.86 sec. 2025-03-05 21:30:13 02344_distinct_limit_distiributed: [ OK ] 7.75 sec. 2025-03-05 21:30:15 02343_analyzer_lambdas: [ OK ] 6.88 sec. 2025-03-05 21:30:16 02445_replicated_db_alter_partition: [ OK ] 151.86 sec. 2025-03-05 21:30:17 02325_compatibility_setting_2: [ OK ] 4.26 sec. 2025-03-05 21:30:18 02335_column_ttl_expired_column_optimization: [ OK ] 6.55 sec. 2025-03-05 21:30:18 02324_map_combinator_bug: [ OK ] 5.14 sec. 2025-03-05 21:30:20 02313_negative_datetime64: [ OK ] 3.85 sec. 2025-03-05 21:30:21 02313_displayname: [ OK ] 3.60 sec. 2025-03-05 21:30:22 02312_is_not_null_prewhere: [ OK ] 4.11 sec. 2025-03-05 21:30:22 02313_multiple_limits: [ OK ] 4.30 sec. 2025-03-05 21:30:23 02315_readonly_create_function: [ OK ] 8.29 sec. 2025-03-05 21:30:25 02312_parquet_orc_arrow_names_tuples: [ OK ] 4.70 sec. 2025-03-05 21:30:25 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 4.64 sec. 2025-03-05 21:30:26 02302_join_auto_lc_nullable_bug: [ OK ] 3.62 sec. 2025-03-05 21:30:27 02311_create_table_with_unknown_format: [ OK ] 4.29 sec. 2025-03-05 21:30:27 02302_lc_nullable_string_insert_as_number: [ OK ] 4.06 sec. 2025-03-05 21:30:29 02294_system_certificates: [ OK ] 3.71 sec. 2025-03-05 21:30:29 02295_GROUP_BY_AggregateFunction: [ OK ] 4.43 sec. 2025-03-05 21:30:31 02292_create_function_validate: [ OK ] 3.46 sec. 2025-03-05 21:30:32 02293_grouping_function: [ OK ] 4.99 sec. 2025-03-05 21:30:32 02294_stringsearch_with_nonconst_needle: [ OK ] 6.00 sec. 2025-03-05 21:30:33 02281_limit_by_distributed: [ OK ] 4.09 sec. 2025-03-05 21:30:35 02280_add_query_level_settings: [ OK ] 4.53 sec. 2025-03-05 21:30:37 02282_array_distance: [ OK ] 7.85 sec. 2025-03-05 21:30:38 02265_cross_join_empty_list: [ OK ] 4.24 sec. 2025-03-05 21:30:39 02267_empty_arrays_read_reverse: [ OK ] 6.79 sec. 2025-03-05 21:30:43 02251_alter_enum_nested_struct: [ OK ] 4.38 sec. 2025-03-05 21:30:55 02265_limit_push_down_over_window_functions_bug: [ OK ] 19.64 sec. 2025-03-05 21:30:59 02249_parse_date_time_basic: [ OK ] 3.92 sec. 2025-03-05 21:31:01 02389_analyzer_nested_lambda: [ OK ] 122.46 sec. 2025-03-05 21:31:01 02250_hints_for_projections: [ OK ] 18.33 sec. 2025-03-05 21:31:02 02267_file_globs_schema_inference: [ OK ] 29.81 sec. 2025-03-05 21:31:03 02443_detach_attach_partition: [ OK ] 196.31 sec. 2025-03-05 21:31:03 02243_make_date32_mysql: [ OK ] 4.49 sec. 2025-03-05 21:31:05 02242_throw_if_constant_argument: [ OK ] 3.64 sec. 2025-03-05 21:31:06 02240_asof_join_biginteger: [ OK ] 3.76 sec. 2025-03-05 21:31:07 02234_position_case_insensitive_utf8: [ OK ] 4.00 sec. 2025-03-05 21:31:08 02230_create_table_as_ignore_ttl: [ OK ] 3.27 sec. 2025-03-05 21:31:11 02263_format_insert_settings: [ OK ] 34.23 sec. 2025-03-05 21:31:12 02228_unquoted_dates_in_csv_schema_inference: [ OK ] 6.11 sec. 2025-03-05 21:31:12 02223_insert_select_schema_inference: [ OK ] 3.93 sec. 2025-03-05 21:31:16 02222_allow_experimental_projection_optimization__enable_global_with_statement: [ OK ] 4.37 sec. 2025-03-05 21:31:19 02212_cte_and_table_alias: [ OK ] 3.88 sec. 2025-03-05 21:31:27 02205_map_populate_series_non_const: [ OK ] 7.11 sec. 2025-03-05 21:31:33 02238_lz4_bug: [ OK ] 30.56 sec. 2025-03-05 21:31:35 02225_hints_for_indeices: [ OK ] 27.86 sec. 2025-03-05 21:31:38 02191_parse_date_time_best_effort_more_cases: [ OK ] 4.16 sec. 2025-03-05 21:31:39 02185_split_by_char: [ OK ] 3.61 sec. 2025-03-05 21:31:42 02184_nested_tuple: [ OK ] 4.30 sec. 2025-03-05 21:31:43 02241_parquet_bad_column: [ OK ] 41.47 sec. 2025-03-05 21:31:43 02184_hash_functions_and_ip_types: [ OK ] 4.12 sec. 2025-03-05 21:31:44 02221_system_zookeeper_unrestricted: [ OK ] 31.15 sec. 2025-03-05 21:31:46 02192_comment_error: [ OK ] 19.23 sec. 2025-03-05 21:31:47 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 3.55 sec. 2025-03-05 21:31:47 02184_storage_add_support_ttl: [ OK ] 4.86 sec. 2025-03-05 21:31:48 02179_key_condition_no_common_type: [ OK ] 3.92 sec. 2025-03-05 21:31:50 02221_system_zookeeper_unrestricted_like: [ OK ] 38.04 sec. 2025-03-05 21:31:50 02183_dictionary_no_attributes: [ OK ] 7.32 sec. 2025-03-05 21:31:50 02179_map_cast_to_array: [ OK ] 4.33 sec. 2025-03-05 21:31:51 02178_column_function_insert_from: [ OK ] 4.00 sec. 2025-03-05 21:31:51 02161_addressToLineWithInlines: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:31:51 02177_sum_if_not_found: [ OK ] 4.45 sec. 2025-03-05 21:31:52 02176_toStartOfWeek_overflow_pruning: [ OK ] 4.17 sec. 2025-03-05 21:31:54 02255_broken_parts_chain_on_start: [ OK ] 76.00 sec. 2025-03-05 21:31:55 02158_interval_length_sum: [ OK ] 3.64 sec. 2025-03-05 21:31:56 02158_ztest: [ OK ] 4.11 sec. 2025-03-05 21:31:58 02155_parse_date_lowcard_default_throw: [ OK ] 3.54 sec. 2025-03-05 21:31:59 02154_bitmap_contains: [ OK ] 3.55 sec. 2025-03-05 21:31:59 02174_cte_scalar_cache: [ OK ] 9.13 sec. 2025-03-05 21:31:59 02169_map_functions: [ OK ] 9.02 sec. 2025-03-05 21:31:59 02156_storage_merge_prewhere: [ OK ] 5.46 sec. 2025-03-05 21:32:01 02158_explain_ast_alter_commands: [ OK ] 8.92 sec. 2025-03-05 21:32:05 02148_cast_type_parsing: [ OK ] 3.86 sec. 2025-03-05 21:32:07 02149_read_in_order_fixed_prefix: [ OK ] 6.88 sec. 2025-03-05 21:32:09 02154_bit_slice_for_fixedstring: [ OK ] 9.50 sec. 2025-03-05 21:32:09 02147_order_by_optimizations: [ OK ] 4.08 sec. 2025-03-05 21:32:13 02139_MV_with_scalar_subquery: [ OK ] 4.36 sec. 2025-03-05 21:32:13 02144_avg_ubsan: [ OK ] 4.73 sec. 2025-03-05 21:32:17 02151_client_option_echo: [ OK ] 17.90 sec. 2025-03-05 21:32:18 02421_truncate_isolation_with_mutations: [ OK ] 247.68 sec. 2025-03-05 21:32:19 02136_scalar_progress: [ OK ] 5.01 sec. 2025-03-05 21:32:20 02127_storage_join_settings_with_persistency: [ OK ] 2.68 sec. 2025-03-05 21:32:20 02125_many_mutations: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:32:21 02126_alter_table_alter_column: [ OK ] 2.59 sec. 2025-03-05 21:32:25 02147_arrow_duplicate_columns: [ OK ] 18.13 sec. 2025-03-05 21:32:25 02136_scalar_read_rows_json: [ OK ] 12.09 sec. 2025-03-05 21:32:30 02125_dict_get_type_nullable_fix: [ OK ] 3.97 sec. 2025-03-05 21:32:31 02154_dictionary_get_http_json: [ OK ] 32.78 sec. 2025-03-05 21:32:35 02124_comparison_betwwen_decimal_and_float: [ OK ] 4.98 sec. 2025-03-05 21:32:57 02124_buffer_with_type_map_long: [ OK ] 25.92 sec. 2025-03-05 21:33:00 02124_buffer_insert_select_race: [ OK ] 25.44 sec. 2025-03-05 21:33:01 02124_clickhouse_dictionary_with_predefined_configuration: [ OK ] 4.17 sec. 2025-03-05 21:33:05 02124_uncompressed_cache: [ OK ] 4.63 sec. 2025-03-05 21:33:22 02122_parallel_formatting_RowBinaryWithNamesAndTypes: [ OK ] 20.51 sec. 2025-03-05 21:33:26 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 65.91 sec. 2025-03-05 21:33:27 02125_lz4_compression_bug_TSV: [ OK ] 68.25 sec. 2025-03-05 21:33:27 02125_lz4_compression_bug_CSV: [ OK ] 65.95 sec. 2025-03-05 21:33:35 02125_lz4_compression_bug_JSONEachRow: [ OK ] 70.00 sec. 2025-03-05 21:33:48 02122_parallel_formatting_CSVWithNames: [ OK ] 21.36 sec. 2025-03-05 21:33:48 02122_parallel_formatting_TSVWithNamesAndTypes: [ OK ] 21.48 sec. 2025-03-05 21:33:56 02122_parallel_formatting_TSV: [ OK ] 21.37 sec. 2025-03-05 21:33:56 02122_parallel_formatting_Pretty: [ OK ] 51.63 sec. 2025-03-05 21:34:03 02119_sumcount: [ OK ] 6.18 sec. 2025-03-05 21:34:06 02113_untuple_func_alias: [ OK ] 3.64 sec. 2025-03-05 21:34:07 02165_auto_format_by_file_extension: [ OK ] 136.56 sec. 2025-03-05 21:34:10 02122_parallel_formatting_Values: [ OK ] 21.34 sec. 2025-03-05 21:34:11 02122_parallel_formatting_PrettySpaceNoEscapes: [ OK ] 48.92 sec. 2025-03-05 21:34:11 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 44.80 sec. 2025-03-05 21:34:14 02112_skip_index_set_and_or: [ OK ] 4.48 sec. 2025-03-05 21:34:15 02113_base64encode_trailing_bytes: [ OK ] 9.10 sec. 2025-03-05 21:34:18 02122_parallel_formatting_CSV: [ OK ] 21.71 sec. 2025-03-05 21:34:21 02113_hdfs_assert: [ OK ] 13.64 sec. 2025-03-05 21:34:22 02097_remove_sample_by: [ OK ] 4.45 sec. 2025-03-05 21:34:24 02150_index_hypothesis_race_long: [ OK ] 144.64 sec. 2025-03-05 21:34:25 02097_polygon_dictionary_store_key: [ OK ] 4.56 sec. 2025-03-05 21:34:28 02096_date_time_1970_saturation2: [ OK ] 5.15 sec. 2025-03-05 21:34:29 02096_date_time_1970_saturation: [ OK ] 4.97 sec. 2025-03-05 21:34:31 02050_clickhouse_local_parsing_exception: [ OK ] 6.20 sec. 2025-03-05 21:34:32 02122_parallel_formatting_PrettySpace: [ OK ] 43.49 sec. 2025-03-05 21:34:32 02049_lowcardinality_shortcircuit_crash: [ OK ] 4.62 sec. 2025-03-05 21:34:35 02098_hashed_array_dictionary_simple_key: [ OK ] 19.04 sec. 2025-03-05 21:34:35 02099_hashed_array_dictionary_complex_key: [ OK ] 24.00 sec. 2025-03-05 21:34:37 02043_user_defined_executable_function_implicit_cast: [ OK ] 5.27 sec. 2025-03-05 21:34:39 02028_tokens: [ OK ] 3.98 sec. 2025-03-05 21:34:39 02029_test_options_requests: [ OK ] 4.77 sec. 2025-03-05 21:34:40 02027_arrayCumSumNonNegative_const: [ OK ] 3.56 sec. 2025-03-05 21:34:41 02030_client_unknown_database: [ OK ] 8.23 sec. 2025-03-05 21:34:43 02025_having_filter_column: [ OK ] 4.03 sec. 2025-03-05 21:34:45 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 3.78 sec. 2025-03-05 21:34:45 02026_accurate_cast_or_default: [ OK ] 5.97 sec. 2025-03-05 21:34:45 02025_nested_func_for_if_combinator: [ OK ] 4.48 sec. 2025-03-05 21:34:48 02023_transform_or_to_in: [ OK ] 4.37 sec. 2025-03-05 21:34:48 02040_clickhouse_benchmark_query_id_pass_through: [ OK ] 16.19 sec. 2025-03-05 21:34:49 02021_h3_get_faces: [ OK ] 3.83 sec. 2025-03-05 21:34:51 02021_map_bloom_filter_index: [ OK ] 6.39 sec. 2025-03-05 21:34:52 02015_order_by_with_fill_misoptimization: [ OK ] 3.94 sec. 2025-03-05 21:34:58 02013_json_function_null_column: [ OK ] 5.39 sec. 2025-03-05 21:35:02 02100_multiple_hosts_command_line_set_ssl: [ OK ] 51.00 sec. 2025-03-05 21:35:02 02012_sha512_fixedstring: [ OK ] 4.31 sec. 2025-03-05 21:35:05 02015_async_inserts_6: [ OK ] 15.88 sec. 2025-03-05 21:35:06 02012_zookeeper_changed_enum_type: [ OK ] 4.66 sec. 2025-03-05 21:35:08 02011_normalize_utf8: [ OK ] 5.25 sec. 2025-03-05 21:35:09 02010_array_index_bad_cast: [ OK ] 3.88 sec. 2025-03-05 21:35:11 02009_array_join_partition: [ OK ] 3.70 sec. 2025-03-05 21:35:14 02008_test_union_distinct_in_subquery: [ OK ] 5.27 sec. 2025-03-05 21:35:16 02007_ipv4_and_ipv6_to_and_from_string: [ OK ] 4.57 sec. 2025-03-05 21:35:21 02021_create_database_with_comment: [ OK ] 35.98 sec. 2025-03-05 21:35:22 02006_test_positional_arguments_on_cluster: [ OK ] 6.07 sec. 2025-03-05 21:35:24 02010_lc_native: [ OK ] 17.12 sec. 2025-03-05 21:35:24 02006_client_test_hint_no_such_error_name: [ OK ] 9.80 sec. 2025-03-05 21:35:27 02002_sampling_and_unknown_column_bug: [ OK ] 4.41 sec. 2025-03-05 21:35:30 01961_roaring_memory_tracking: [ OK ] 5.90 sec. 2025-03-05 21:35:31 02098_with_types_use_header: [ OK ] 76.37 sec. 2025-03-05 21:35:35 01948_group_bitmap_and_or_xor_fix: [ OK ] 4.66 sec. 2025-03-05 21:35:36 02001_append_output_file: [ OK ] 11.92 sec. 2025-03-05 21:35:40 01943_non_deterministic_order_key: [ OK ] 4.30 sec. 2025-03-05 21:35:45 01943_log_column_sizes: [ OK ] 4.92 sec. 2025-03-05 21:35:47 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 19.77 sec. 2025-03-05 21:35:49 01940_point_in_polygon_ubsan: [ OK ] 4.13 sec. 2025-03-05 21:35:50 01947_multiple_pipe_read: [ OK ] 18.88 sec. 2025-03-05 21:35:51 01936_three_parts_identifiers_in_wrong_places: [ OK ] 4.22 sec. 2025-03-05 21:35:54 01925_jit_aggregation_function_count_long: [ OK ] 4.06 sec. 2025-03-05 21:35:54 01935_parametrized_query_parametric_aggregate_function: [ OK ] 4.66 sec. 2025-03-05 21:35:55 01925_json_as_string_data_in_square_brackets: [ OK ] 3.81 sec. 2025-03-05 21:35:58 01924_argmax_bitmap_state: [ OK ] 3.93 sec. 2025-03-05 21:35:59 01917_distinct_on: [ OK ] 4.66 sec. 2025-03-05 21:35:59 02015_shard_crash_clang_12_build: [ OK ] 67.47 sec. 2025-03-05 21:35:59 01916_low_cardinality_interval: [ OK ] 4.00 sec. 2025-03-05 21:36:02 01913_fix_column_transformer_replace_format: [ OK ] 2.80 sec. 2025-03-05 21:36:02 01915_json_extract_raw_string: [ OK ] 3.93 sec. 2025-03-05 21:36:03 01912_bad_cast_join_fuzz: [ OK ] 3.93 sec. 2025-03-05 21:36:03 01945_show_debug_warning: [ OK ] 28.17 sec. 2025-03-05 21:36:06 01906_partition_by_multiply_by_zero: [ OK ] 4.40 sec. 2025-03-05 21:36:08 01891_partition_hash: [ OK ] 4.60 sec. 2025-03-05 21:36:10 01891_not_like_partition_prune: [ OK ] 4.13 sec. 2025-03-05 21:36:12 01890_cross_join_explain_crash: [ OK ] 4.01 sec. 2025-03-05 21:36:17 01890_state_of_state: [ OK ] 6.81 sec. 2025-03-05 21:36:17 01883_with_grouping_sets: [ OK ] 5.47 sec. 2025-03-05 21:36:21 01869_reinterpret_as_fixed_string_uuid: [ OK ] 3.79 sec. 2025-03-05 21:36:22 01868_order_by_fill_with_datetime64: [ OK ] 4.27 sec. 2025-03-05 21:36:25 01867_fix_storage_memory_mutation: [ OK ] 4.30 sec. 2025-03-05 21:36:26 01866_split_by_regexp: [ OK ] 3.95 sec. 2025-03-05 21:36:28 01910_view_dictionary_check_refresh: [ OK ] 29.10 sec. 2025-03-05 21:36:29 01852_cast_operator_3: [ OK ] 3.85 sec. 2025-03-05 21:36:30 01852_cast_operator_2: [ OK ] 4.20 sec. 2025-03-05 21:36:30 01895_jit_aggregation_function_avg_long: [ OK ] 26.95 sec. 2025-03-05 21:36:33 02003_memory_limit_in_client: [ OK ] 71.86 sec. 2025-03-05 21:36:33 01852_jit_if: [ OK ] 4.40 sec. 2025-03-05 21:36:34 01838_system_dictionaries_virtual_key_column: [ OK ] 4.41 sec. 2025-03-05 21:36:35 01848_partition_value_column: [ OK ] 4.92 sec. 2025-03-05 21:36:37 01832_memory_write_suffix: [ OK ] 4.12 sec. 2025-03-05 21:36:38 01836_date_time_keep_default_timezone_on_operations_den_crane: [ OK ] 5.23 sec. 2025-03-05 21:36:40 01848_http_insert_segfault: [ OK ] 10.43 sec. 2025-03-05 21:36:40 01825_type_json_in_array: [ OK ] 5.49 sec. 2025-03-05 21:36:41 01825_type_json_mutations: [ OK ] 5.99 sec. 2025-03-05 21:36:42 01825_type_json_describe: [ OK ] 4.91 sec. 2025-03-05 21:36:42 01825_type_json_ephemeral: [ OK ] 4.35 sec. 2025-03-05 21:36:45 01825_type_json_empty_string: [ OK ] 3.89 sec. 2025-03-05 21:36:46 01825_type_json_insert_select: [ OK ] 5.98 sec. 2025-03-05 21:36:46 01825_type_json_3: [ OK ] 6.32 sec. 2025-03-05 21:36:46 01824_move_to_prewhere_many_columns: [ OK ] 4.14 sec. 2025-03-05 21:36:47 01825_type_json_1: [ OK ] 5.39 sec. 2025-03-05 21:36:49 01822_union_and_constans_error: [ OK ] 4.15 sec. 2025-03-05 21:36:50 01903_csvwithnames_subset_of_columns: [ OK ] 48.14 sec. 2025-03-05 21:36:50 01802_toDateTime64_large_values: [ OK ] 3.93 sec. 2025-03-05 21:36:53 01801_dateDiff_DateTime64: [ OK ] 5.48 sec. 2025-03-05 21:36:53 01787_arena_assert_column_nothing: [ OK ] 3.79 sec. 2025-03-05 21:36:56 01786_group_by_pk_many_streams: [ OK ] 5.41 sec. 2025-03-05 21:36:57 01785_pmj_lc_bug: [ OK ] 4.52 sec. 2025-03-05 21:37:00 01781_map_op_ubsan: [ OK ] 3.96 sec. 2025-03-05 21:37:02 01780_column_sparse_distinct: [ OK ] 4.33 sec. 2025-03-05 21:37:02 01783_parallel_formatting_memory: [ OK ] 8.96 sec. 2025-03-05 21:37:05 01780_column_sparse_filter: [ OK ] 4.75 sec. 2025-03-05 21:37:06 01774_tuple_null_in: [ OK ] 3.81 sec. 2025-03-05 21:37:08 01773_case_sensitive_revision: [ OK ] 3.59 sec. 2025-03-05 21:37:08 01780_dict_get_or_null: [ OK ] 6.50 sec. 2025-03-05 21:37:10 01769_extended_range_2: [ OK ] 4.21 sec. 2025-03-05 21:37:14 01763_filter_push_down_bugs: [ OK ] 5.37 sec. 2025-03-05 21:37:14 01761_alter_decimal_zookeeper_long: [ OK ] 3.80 sec. 2025-03-05 21:37:15 01767_timezoneOf: [ OK ] 6.09 sec. 2025-03-05 21:37:18 01755_shard_pruning_with_literal: [ OK ] 3.83 sec. 2025-03-05 21:37:23 01750_parsing_exception: [ OK ] 8.32 sec. 2025-03-05 21:37:23 01821_join_table_race_long: [ OK ] 37.22 sec. 2025-03-05 21:37:24 01747_alter_partition_key_enum_zookeeper_long: [ OK ] 5.67 sec. 2025-03-05 21:37:29 01814_distributed_push_down_limit: [ OK ] 42.84 sec. 2025-03-05 21:37:30 01720_type_map_and_casts: [ OK ] 6.65 sec. 2025-03-05 21:37:33 01716_array_difference_overflow: [ OK ] 3.88 sec. 2025-03-05 21:37:34 01746_long_zstd_http_compression_json_format: [ OK ] 11.06 sec. 2025-03-05 21:37:38 01710_projections_in_distributed_query: [ OK ] 4.70 sec. 2025-03-05 21:37:38 01710_projection_materialize_with_missing_columns: [ OK ] 4.16 sec. 2025-03-05 21:37:42 01710_projection_drop_if_exists: [ OK ] 3.96 sec. 2025-03-05 21:37:44 01756_optimize_skip_unused_shards_rewrite_in: [ OK ] 29.88 sec. 2025-03-05 21:37:45 01710_projection_optimize_materialize: [ OK ] 6.36 sec. 2025-03-05 21:37:45 01715_background_checker_blather_zookeeper_long: [ OK ] 15.01 sec. 2025-03-05 21:37:47 01710_force_use_projection: [ OK ] 4.87 sec. 2025-03-05 21:37:49 01710_aggregate_projection_with_grouping_set: [ OK ] 5.02 sec. 2025-03-05 21:37:50 01710_order_by_projections_complete: [ OK ] 4.68 sec. 2025-03-05 21:37:51 01710_projection_fetch_long: [ OK ] 5.87 sec. 2025-03-05 21:37:53 01710_projection_mutation: [ OK ] 4.37 sec. 2025-03-05 21:37:55 01710_projection_additional_filters: [ OK ] 5.34 sec. 2025-03-05 21:37:55 01710_order_by_projections_incomplete: [ OK ] 3.93 sec. 2025-03-05 21:37:56 01710_normal_projection_format: [ OK ] 2.67 sec. 2025-03-05 21:37:56 01710_query_log_with_projection_info: [ OK ] 9.57 sec. 2025-03-05 21:37:59 01732_race_condition_storage_join_long: [ OK ] 35.52 sec. 2025-03-05 21:38:00 01709_inactive_parts_to_throw_insert: [ OK ] 4.02 sec. 2025-03-05 21:38:00 01706_optimize_normalize_count_variants: [ OK ] 3.64 sec. 2025-03-05 21:38:03 01702_bitmap_native_integers: [ OK ] 3.84 sec. 2025-03-05 21:38:04 01700_point_in_polygon_ubsan: [ OK ] 3.46 sec. 2025-03-05 21:38:04 01702_toDateTime_from_string_clamping: [ OK ] 3.77 sec. 2025-03-05 21:38:04 01786_explain_merge_tree: [ OK ] 74.24 sec. 2025-03-05 21:38:07 01692_DateTime64_from_DateTime: [ OK ] 3.96 sec. 2025-03-05 21:38:08 01681_arg_min_max_if_fix: [ OK ] 3.73 sec. 2025-03-05 21:38:08 01676_round_int_ubsan: [ OK ] 3.48 sec. 2025-03-05 21:38:11 01672_actions_dag_merge_crash: [ OK ] 3.57 sec. 2025-03-05 21:38:12 01670_distributed_bytes_to_throw_insert: [ OK ] 3.74 sec. 2025-03-05 21:38:15 01664_array_slice_ubsan: [ OK ] 3.53 sec. 2025-03-05 21:38:19 01670_log_comment: [ OK ] 7.23 sec. 2025-03-05 21:38:21 01662_date_ubsan: [ OK ] 5.56 sec. 2025-03-05 21:38:22 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 3.74 sec. 2025-03-05 21:38:28 01660_system_parts_smoke: [ OK ] 5.67 sec. 2025-03-05 21:38:28 01660_join_or_all: [ OK ] 7.53 sec. 2025-03-05 21:38:32 01657_test_toHour_mysql_compatibility: [ OK ] 3.73 sec. 2025-03-05 21:38:35 01660_join_or_any: [ OK ] 6.92 sec. 2025-03-05 21:38:36 01655_agg_if_nullable: [ OK ] 3.75 sec. 2025-03-05 21:38:39 01655_quarter_modificator_for_formatDateTime: [ OK ] 3.53 sec. 2025-03-05 21:38:40 01652_ttl_old_syntax: [ OK ] 3.66 sec. 2025-03-05 21:38:43 01649_with_alias_key_condition: [ OK ] 3.67 sec. 2025-03-05 21:38:47 01646_fix_window_funnel_inconistency: [ OK ] 4.04 sec. 2025-03-05 21:38:51 01686_event_time_microseconds_part_log: [ OK ] 47.55 sec. 2025-03-05 21:38:52 01634_sum_map_nulls: [ OK ] 4.27 sec. 2025-03-05 21:38:55 01634_uuid_fuzz: [ OK ] 3.56 sec. 2025-03-05 21:38:56 01632_group_array_msan: [ OK ] 4.14 sec. 2025-03-05 21:38:59 01630_disallow_floating_point_as_partition_key: [ OK ] 3.85 sec. 2025-03-05 21:39:03 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 67.97 sec. 2025-03-05 21:39:06 01710_projections_optimize_aggregation_in_order: [ OK ] 70.22 sec. 2025-03-05 21:39:08 01622_multiple_ttls: [ OK ] 4.84 sec. 2025-03-05 21:39:09 01622_byte_size: [ OK ] 10.01 sec. 2025-03-05 21:39:13 01622_constraints_where_optimization: [ OK ] 4.78 sec. 2025-03-05 21:39:13 01606_git_import: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:39:15 01621_clickhouse_compressor: [ OK ] 5.93 sec. 2025-03-05 21:39:15 01622_defaults_for_url_engine: [ OK ] 8.99 sec. 2025-03-05 21:39:17 01605_drop_settings_profile_while_assigned: [ OK ] 4.08 sec. 2025-03-05 21:39:18 01604_explain_ast_of_nonselect_query: [ OK ] 3.67 sec. 2025-03-05 21:39:23 01596_null_as_default_nullable: [ OK ] 4.05 sec. 2025-03-05 21:39:23 01600_select_in_different_types: [ OK ] 5.59 sec. 2025-03-05 21:39:23 01601_accurate_cast: [ OK ] 8.52 sec. 2025-03-05 21:39:27 01585_fuzz_bits_with_bugfix: [ OK ] 3.89 sec. 2025-03-05 21:39:27 01651_lc_insert_tiny_log: [ OK ] 48.72 sec. 2025-03-05 21:39:28 01592_window_functions: [ OK ] 5.18 sec. 2025-03-05 21:39:28 01584_distributed_buffer_cannot_find_column: [ OK ] 4.70 sec. 2025-03-05 21:39:31 01566_negate_formatting: [ OK ] 3.87 sec. 2025-03-05 21:39:32 01570_aggregator_combinator_simple_state: [ OK ] 5.47 sec. 2025-03-05 21:39:33 01560_optimize_on_insert_zookeeper: [ OK ] 5.21 sec. 2025-03-05 21:39:33 01558_transform_null_in: [ OK ] 4.96 sec. 2025-03-05 21:39:35 02044_url_glob_parallel: [ OK ] 305.84 sec. 2025-03-05 21:39:35 01557_field_infinite_convert_to_number: [ OK ] 3.78 sec. 2025-03-05 21:39:37 01556_if_null: [ OK ] 3.60 sec. 2025-03-05 21:39:37 01556_explain_select_with_union_query: [ OK ] 4.85 sec. 2025-03-05 21:39:37 01554_interpreter_integer_float: [ OK ] 3.90 sec. 2025-03-05 21:39:38 02020_alter_table_modify_comment: [ OK ] 289.70 sec. 2025-03-05 21:39:40 01554_bloom_filter_index_big_integer_uuid: [ OK ] 4.85 sec. 2025-03-05 21:39:40 01548_lzy305: [ OK ] 4.85 sec. 2025-03-05 21:39:41 01544_errorCodeToName: [ OK ] 3.74 sec. 2025-03-05 21:39:41 01537_fuzz_count_equal: [ OK ] 3.75 sec. 2025-03-05 21:39:41 01533_sum_if_nullable_bug: [ OK ] 4.40 sec. 2025-03-05 21:39:43 01533_distinct_depends_on_max_threads: [ OK ] 5.51 sec. 2025-03-05 21:39:44 01533_optimize_skip_merged_partitions: [ OK ] 4.32 sec. 2025-03-05 21:39:44 01532_min_max_with_modifiers: [ OK ] 4.20 sec. 2025-03-05 21:39:45 01532_having_with_totals: [ OK ] 4.51 sec. 2025-03-05 21:39:47 01528_setting_aggregate_functions_null_for_empty: [ OK ] 5.37 sec. 2025-03-05 21:39:49 01518_nullable_aggregate_states1: [ OK ] 4.30 sec. 2025-03-05 21:39:49 01518_cast_nullable_virtual_system_column: [ OK ] 3.92 sec. 2025-03-05 21:39:53 01531_query_log_query_comment: [ OK ] 12.44 sec. 2025-03-05 21:39:54 01515_mv_and_array_join_optimisation_bag: [ OK ] 5.13 sec. 2025-03-05 21:39:59 01514_input_format_json_enum_as_number: [ OK ] 5.13 sec. 2025-03-05 21:39:59 01514_input_format_csv_enum_as_number_setting: [ OK ] 5.15 sec. 2025-03-05 21:40:04 01518_select_in_null: [ OK ] 16.60 sec. 2025-03-05 21:40:11 01514_distributed_cancel_query_on_error: [ OK ] 12.18 sec. 2025-03-05 21:40:19 01514_parallel_formatting: [ OK ] 29.59 sec. 2025-03-05 21:41:24 01513_defaults_on_defaults_no_column: [ OK ] 72.59 sec. 2025-03-05 21:41:26 01675_data_type_coroutine: [ OK ] 198.90 sec. 2025-03-05 21:41:29 01509_output_format_pretty_row_numbers: [ OK ] 5.24 sec. 2025-03-05 21:41:33 01508_explain_header: [ OK ] 3.57 sec. 2025-03-05 21:41:36 01507_transform_null_in: [ OK ] 3.55 sec. 2025-03-05 21:41:38 01526_client_start_and_exit: [ OK ] 24.47 sec. 2025-03-05 21:41:38 01630_simple_aggregate_all_functions_in_summing_merge_tree: [ OK ] 162.02 sec. 2025-03-05 21:41:38 01513_optimize_aggregation_in_order_memory_long: [ OK ] 98.81 sec. 2025-03-05 21:41:38 01518_nullable_aggregate_states2: [ OK ] 113.98 sec. 2025-03-05 21:41:38 01513_count_without_select_sequence_consistency_zookeeper_long: [ OK ] 94.63 sec. 2025-03-05 21:41:42 01509_parallel_quorum_and_merge_long: [ OK ] 83.08 sec. 2025-03-05 21:41:42 01506_ttl_same_with_order_by: [ OK ] 6.03 sec. 2025-03-05 21:41:42 01497_mutation_support_for_storage_memory: [ OK ] 3.95 sec. 2025-03-05 21:41:44 01504_compression_multiple_streams: [ OK ] 5.70 sec. 2025-03-05 21:41:45 01505_trivial_count_with_partition_predicate: [ OK ] 6.78 sec. 2025-03-05 21:41:46 01495_subqueries_in_with_statement: [ OK ] 7.39 sec. 2025-03-05 21:41:47 01493_alter_remove_wrong_default: [ OK ] 4.27 sec. 2025-03-05 21:41:47 01495_subqueries_in_with_statement_2: [ OK ] 5.22 sec. 2025-03-05 21:41:48 01491_nested_multiline_comments: [ OK ] 3.91 sec. 2025-03-05 21:41:50 01482_move_to_prewhere_and_cast: [ OK ] 4.75 sec. 2025-03-05 21:41:50 01493_alter_remove_no_property_zookeeper_long: [ OK ] 7.61 sec. 2025-03-05 21:41:52 01475_fix_bigint_shift: [ OK ] 5.18 sec. 2025-03-05 21:41:52 01474_bad_global_join: [ OK ] 4.98 sec. 2025-03-05 21:41:53 01471_with_format: [ OK ] 5.14 sec. 2025-03-05 21:41:54 01475_mutation_with_if: [ OK ] 7.94 sec. 2025-03-05 21:41:54 01460_allow_dollar_and_number_in_identifier: [ OK ] 4.31 sec. 2025-03-05 21:41:55 01470_explain: [ OK ] 4.97 sec. 2025-03-05 21:41:58 01459_default_value_of_argument_type_nullptr_dereference: [ OK ] 5.88 sec. 2025-03-05 21:41:59 01441_array_combinator: [ OK ] 4.93 sec. 2025-03-05 21:41:59 01457_int256_hashing: [ OK ] 6.85 sec. 2025-03-05 21:42:02 01432_parse_date_time_best_effort_timestamp: [ OK ] 7.00 sec. 2025-03-05 21:42:04 01428_hash_set_nan_key: [ OK ] 4.56 sec. 2025-03-05 21:42:05 01442_date_time_with_params: [ OK ] 11.50 sec. 2025-03-05 21:42:05 01424_parse_date_time_bad_date: [ OK ] 5.86 sec. 2025-03-05 21:42:06 01421_assert_in_in: [ OK ] 4.34 sec. 2025-03-05 21:42:06 01430_modify_sample_by_zookeeper_long: [ OK ] 11.30 sec. 2025-03-05 21:42:10 01419_materialize_null: [ OK ] 4.56 sec. 2025-03-05 21:42:10 01419_skip_index_compact_parts: [ OK ] 5.35 sec. 2025-03-05 21:42:11 01418_query_scope_constants_and_remote: [ OK ] 5.08 sec. 2025-03-05 21:42:12 01414_bloom_filter_index_with_const_column: [ OK ] 5.98 sec. 2025-03-05 21:42:13 01420_format_row: [ OK ] 8.79 sec. 2025-03-05 21:42:14 01413_alter_update_supertype: [ OK ] 4.46 sec. 2025-03-05 21:42:15 01408_range_overflow: [ OK ] 4.62 sec. 2025-03-05 21:42:16 01397_in_bad_arguments: [ OK ] 3.80 sec. 2025-03-05 21:42:17 01400_join_get_with_multi_keys: [ OK ] 4.31 sec. 2025-03-05 21:42:21 01386_negative_float_constant_key_condition: [ OK ] 4.24 sec. 2025-03-05 21:42:22 01387_clear_column_default_depends: [ OK ] 5.57 sec. 2025-03-05 21:42:23 01393_benchmark_secure_port: [ OK ] 7.39 sec. 2025-03-05 21:42:24 01502_long_log_tinylog_deadlock_race: [ OK ] 45.40 sec. 2025-03-05 21:42:25 01406_carriage_return_in_tsv_csv: [ OK ] 13.31 sec. 2025-03-05 21:42:25 01375_storage_file_write_prefix_csv_with_names: [ OK ] 4.19 sec. 2025-03-05 21:42:26 01360_division_overflow: [ OK ] 4.05 sec. 2025-03-05 21:42:26 01359_geodistance_loop: [ OK ] 3.69 sec. 2025-03-05 21:42:29 01355_if_fixed_string: [ OK ] 4.04 sec. 2025-03-05 21:42:31 01345_index_date_vs_datetime: [ OK ] 4.32 sec. 2025-03-05 21:42:33 01326_hostname_alias: [ OK ] 3.84 sec. 2025-03-05 21:42:34 01339_client_unrecognized_option: [ OK ] 7.39 sec. 2025-03-05 21:42:36 01323_add_scalars_in_time: [ OK ] 5.06 sec. 2025-03-05 21:42:37 01320_optimize_skip_unused_shards_no_non_deterministic: [ OK ] 3.90 sec. 2025-03-05 21:42:39 01319_manual_write_to_replicas_long: [ OK ] 4.92 sec. 2025-03-05 21:42:40 01355_CSV_input_format_allow_errors: [ OK ] 14.65 sec. 2025-03-05 21:42:40 01318_alter_add_constraint_format: [ OK ] 4.64 sec. 2025-03-05 21:42:43 01315_count_distinct_return_not_nullable: [ OK ] 4.51 sec. 2025-03-05 21:42:45 01313_parse_date_time_best_effort_null_zero: [ OK ] 4.93 sec. 2025-03-05 21:42:45 01318_decrypt: [ OK ] 8.59 sec. 2025-03-05 21:42:45 01312_skip_empty_params: [ OK ] 4.82 sec. 2025-03-05 21:42:48 01311_comparison_with_constant_string: [ OK ] 4.63 sec. 2025-03-05 21:42:49 01305_buffer_final_bug: [ OK ] 4.06 sec. 2025-03-05 21:42:50 01305_polygons_union: [ OK ] 4.98 sec. 2025-03-05 21:42:53 01300_read_wkt: [ OK ] 4.64 sec. 2025-03-05 21:42:54 01291_distributed_low_cardinality_memory_efficient: [ OK ] 4.05 sec. 2025-03-05 21:43:01 01289_min_execution_speed_not_too_early: [ OK ] 8.17 sec. 2025-03-05 21:43:01 01288_shard_max_network_bandwidth: [ OK ] 6.99 sec. 2025-03-05 21:43:05 01278_random_string_utf8: [ OK ] 4.18 sec. 2025-03-05 21:43:06 01278_variance_nonnegative: [ OK ] 4.77 sec. 2025-03-05 21:43:07 01293_client_interactive_vertical_multiline: [ OK ] 18.03 sec. 2025-03-05 21:43:07 01429_empty_arrow_and_parquet: [ OK ] 69.53 sec. 2025-03-05 21:43:08 01308_orc_output_format_arrays: [ OK ] 22.50 sec. 2025-03-05 21:43:10 01277_toUnixTimestamp64: [ OK ] 4.67 sec. 2025-03-05 21:43:10 01276_alter_rename_column_materialized_expr: [ OK ] 4.26 sec. 2025-03-05 21:43:11 01274_alter_rename_column_distributed: [ OK ] 3.97 sec. 2025-03-05 21:43:12 01275_extract_groups_check: [ OK ] 4.29 sec. 2025-03-05 21:43:15 01272_offset_without_limit: [ OK ] 3.97 sec. 2025-03-05 21:43:15 01269_create_with_null: [ OK ] 3.57 sec. 2025-03-05 21:43:19 01266_default_prewhere_reqq: [ OK ] 4.45 sec. 2025-03-05 21:43:20 01265_datetime_string_comparison_felix_mueller: [ OK ] 4.26 sec. 2025-03-05 21:43:23 01258_wrong_cast_filimonov: [ OK ] 3.61 sec. 2025-03-05 21:43:24 01256_misspell_layout_name_podshumok: [ OK ] 3.86 sec. 2025-03-05 21:43:27 01253_subquery_in_aggregate_function_JustStranger: [ OK ] 4.34 sec. 2025-03-05 21:43:27 01271_http_code_parse_error: [ OK ] 15.77 sec. 2025-03-05 21:43:28 01251_string_comparison: [ OK ] 4.00 sec. 2025-03-05 21:43:31 01247_some_msan_crashs_from_22517: [ OK ] 4.12 sec. 2025-03-05 21:43:32 01245_limit_infinite_sources: [ OK ] 4.47 sec. 2025-03-05 21:43:33 01273_arrow_load: [ OK ] 22.90 sec. 2025-03-05 21:43:37 01358_lc_parquet: [ OK ] 73.04 sec. 2025-03-05 21:43:38 01214_test_storage_merge_aliases_with_where: [ OK ] 5.65 sec. 2025-03-05 21:43:38 01273_arrow_nullable_arrays_load: [ OK ] 30.10 sec. 2025-03-05 21:43:38 01213_alter_rename_column: [ OK ] 5.37 sec. 2025-03-05 21:43:41 01197_summing_enum: [ OK ] 4.25 sec. 2025-03-05 21:43:43 01178_int_field_to_decimal: [ OK ] 5.45 sec. 2025-03-05 21:43:44 01176_mysql_client_interactive: [ OK ] 6.42 sec. 2025-03-05 21:43:45 01223_dist_on_dist: [ OK ] 13.77 sec. 2025-03-05 21:43:50 01163_search_case_insensetive_utf8: [ OK ] 4.43 sec. 2025-03-05 21:43:51 01166_truncate_multiple_partitions: [ OK ] 6.63 sec. 2025-03-05 21:43:55 01232_json_as_string_format: [ OK ] 26.84 sec. 2025-03-05 21:43:56 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 4.71 sec. 2025-03-05 21:43:56 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 6.72 sec. 2025-03-05 21:44:00 01138_join_on_distributed_and_tmp: [ OK ] 4.28 sec. 2025-03-05 21:44:01 01142_merge_join_lc_and_nullable_in_key: [ OK ] 6.25 sec. 2025-03-05 21:44:06 01132_max_rows_to_read: [ OK ] 4.76 sec. 2025-03-05 21:44:10 01120_join_constants: [ OK ] 4.29 sec. 2025-03-05 21:44:15 01114_alter_modify_compact_parts: [ OK ] 4.69 sec. 2025-03-05 21:44:28 01107_tuples_arrays_parsing_exceptions: [ OK ] 12.83 sec. 2025-03-05 21:44:34 01107_join_right_table_totals: [ OK ] 6.60 sec. 2025-03-05 21:44:36 01133_begin_commit_race: [ OK ] 36.36 sec. 2025-03-05 21:44:36 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:44:39 01104_distributed_one_test: [ OK ] 4.90 sec. 2025-03-05 21:44:40 01100_split_by_string: [ OK ] 4.04 sec. 2025-03-05 21:44:41 01137_order_by_func: [ OK ] 44.68 sec. 2025-03-05 21:44:43 01093_cyclic_defaults_filimonov: [ OK ] 4.03 sec. 2025-03-05 21:44:45 01091_insert_with_default_json: [ OK ] 4.34 sec. 2025-03-05 21:44:47 01085_datetime_arithmetic_preserve_timezone: [ OK ] 3.75 sec. 2025-03-05 21:44:49 01083_cross_to_inner_with_in_bug: [ OK ] 4.26 sec. 2025-03-05 21:44:51 01081_demangle: [ OK ] 4.09 sec. 2025-03-05 21:44:54 01169_alter_partition_isolation_stress: [ OK ] 73.47 sec. 2025-03-05 21:44:56 01079_alter_default_zookeeper_long: [ OK ] 4.95 sec. 2025-03-05 21:44:58 01079_new_range_reader_segfault: [ OK ] 3.95 sec. 2025-03-05 21:45:02 01078_merge_tree_read_one_thread: [ OK ] 5.51 sec. 2025-03-05 21:45:05 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 219.14 sec. 2025-03-05 21:45:06 01077_yet_another_prewhere_test: [ OK ] 4.18 sec. 2025-03-05 21:45:10 01075_in_arrays_enmk: [ OK ] 4.02 sec. 2025-03-05 21:45:11 01088_window_view_default_column: [ OK ] 29.63 sec. 2025-03-05 21:45:14 01073_crlf_end_of_line: [ OK ] 3.81 sec. 2025-03-05 21:45:14 01076_array_join_prewhere_const_folding: [ OK ] 9.55 sec. 2025-03-05 21:45:15 01073_show_tables_not_like: [ OK ] 4.45 sec. 2025-03-05 21:45:17 01080_window_view_inner_table_memory_hop: [ OK ] 28.22 sec. 2025-03-05 21:45:18 01071_in_array: [ OK ] 3.87 sec. 2025-03-05 21:45:19 01070_h3_to_children: [ OK ] 4.09 sec. 2025-03-05 21:45:21 01070_string_to_h3: [ OK ] 3.59 sec. 2025-03-05 21:45:22 01070_h3_to_parent: [ OK ] 3.54 sec. 2025-03-05 21:45:22 01070_alter_with_ttl: [ OK ] 3.04 sec. 2025-03-05 21:45:25 01068_parens: [ OK ] 3.53 sec. 2025-03-05 21:45:25 01069_materialized_view_alter_target_table_with_default_expression: [ OK ] 4.18 sec. 2025-03-05 21:45:28 01175_distributed_ddl_output_mode_long: [ OK ] 109.73 sec. 2025-03-05 21:45:29 01064_pm_all_join_const_and_nullable: [ OK ] 6.48 sec. 2025-03-05 21:45:29 01061_alter_codec_with_type: [ OK ] 4.11 sec. 2025-03-05 21:45:30 01056_prepared_statements_null_and_escaping: [ OK ] 5.19 sec. 2025-03-05 21:45:35 01055_compact_parts: [ OK ] 6.73 sec. 2025-03-05 21:45:37 01051_new_any_join_engine: [ OK ] 6.66 sec. 2025-03-05 21:45:39 01045_dictionaries_restrictions: [ OK ] 4.21 sec. 2025-03-05 21:45:41 01044_h3_edge_angle: [ OK ] 3.79 sec. 2025-03-05 21:45:43 01044_great_circle_angle: [ OK ] 3.94 sec. 2025-03-05 21:45:46 01042_h3_k_ring: [ OK ] 4.97 sec. 2025-03-05 21:45:46 01071_window_view_event_tumble_asc_join: [ OK ] 31.77 sec. 2025-03-05 21:45:48 01042_check_query_and_last_granule_size: [ OK ] 5.07 sec. 2025-03-05 21:45:52 01026_char_utf8: [ OK ] 3.87 sec. 2025-03-05 21:45:53 01077_window_view_alter_query_to_modify_source: [ OK ] 54.89 sec. 2025-03-05 21:45:56 01030_incorrect_count_summing_merge_tree: [ OK ] 9.33 sec. 2025-03-05 21:46:00 01018_ddl_dictionaries_select: [ OK ] 6.87 sec. 2025-03-05 21:46:01 01054_random_printable_ascii_ubsan: [ OK ] 31.19 sec. 2025-03-05 21:46:03 01055_minmax_index_compact_parts: [ OK ] 33.93 sec. 2025-03-05 21:46:04 01011_group_uniq_array_memsan: [ OK ] 3.63 sec. 2025-03-05 21:46:04 01010_pm_join_all_join_bug: [ OK ] 3.92 sec. 2025-03-05 21:46:09 00996_neighbor: [ OK ] 4.92 sec. 2025-03-05 21:46:11 01009_insert_select_nicelulu: [ OK ] 6.51 sec. 2025-03-05 21:46:14 01010_pmj_skip_blocks: [ OK ] 10.78 sec. 2025-03-05 21:46:14 00995_order_by_with_fill: [ OK ] 4.97 sec. 2025-03-05 21:46:17 00990_hasToken_and_tokenbf: [ OK ] 6.53 sec. 2025-03-05 21:46:18 01018_ip_dictionary_long: [ OK ] 25.63 sec. 2025-03-05 21:46:18 01017_tsv_empty_as_default: [ OK ] 22.34 sec. 2025-03-05 21:46:19 00980_merge_alter_settings: [ OK ] 4.34 sec. 2025-03-05 21:46:19 00988_constraints_replication_zookeeper_long: [ OK ] 5.23 sec. 2025-03-05 21:46:21 00980_shard_aggregation_state_deserialization: [ OK ] 4.08 sec. 2025-03-05 21:46:22 00980_skip_unused_shards_without_sharding_key: [ OK ] 3.86 sec. 2025-03-05 21:46:22 00980_full_join_crash_fancyqlx: [ OK ] 4.23 sec. 2025-03-05 21:46:23 00979_quantileExcatExclusive_and_Inclusive: [ OK ] 3.92 sec. 2025-03-05 21:46:23 00978_sum_map_bugfix: [ OK ] 3.86 sec. 2025-03-05 21:46:25 01030_storage_url_syntax: [ OK ] 38.52 sec. 2025-03-05 21:46:26 00974_final_predicate_push_down: [ OK ] 4.20 sec. 2025-03-05 21:46:26 00975_values_list: [ OK ] 4.35 sec. 2025-03-05 21:46:27 00976_ttl_with_old_parts: [ OK ] 5.42 sec. 2025-03-05 21:46:27 00974_bitmapContains_with_primary_key: [ OK ] 3.99 sec. 2025-03-05 21:46:29 00974_distributed_join_on: [ OK ] 5.70 sec. 2025-03-05 21:46:29 00969_columns_clause: [ OK ] 4.64 sec. 2025-03-05 21:46:30 00967_ubsan_bit_test: [ OK ] 3.78 sec. 2025-03-05 21:46:31 00960_eval_ml_method_const: [ OK ] 3.64 sec. 2025-03-05 21:46:33 00965_send_logs_level_concurrent_queries: [ OK ] 6.38 sec. 2025-03-05 21:46:34 00959_format_with_different_aliases: [ OK ] 5.63 sec. 2025-03-05 21:46:34 00956_join_use_nulls_with_array_column: [ OK ] 4.40 sec. 2025-03-05 21:46:35 00957_format_with_clashed_aliases: [ OK ] 5.76 sec. 2025-03-05 21:46:40 00953_moving_functions: [ OK ] 4.89 sec. 2025-03-05 21:46:41 00955_test_final_mark: [ OK ] 7.41 sec. 2025-03-05 21:46:44 00946_ml_test: [ OK ] 4.25 sec. 2025-03-05 21:46:49 00944_ml_test: [ OK ] 4.32 sec. 2025-03-05 21:47:12 00945_bloom_filter_index: [ OK ] 31.12 sec. 2025-03-05 21:47:15 00965_set_index_string_functions: [ OK ] 48.57 sec. 2025-03-05 21:47:20 00942_dataparts_500: [ OK ] 4.91 sec. 2025-03-05 21:47:32 00940_order_by_read_in_order_query_plan: [ OK ] 12.10 sec. 2025-03-05 21:47:38 00944_clear_index_in_partition: [ OK ] 49.15 sec. 2025-03-05 21:47:39 00954_client_prepared_statements: [ OK ] 65.01 sec. 2025-03-05 21:47:40 00956_sensitive_data_masking: [ OK ] 69.10 sec. 2025-03-05 21:47:42 00953_zookeeper_suetin_deduplication_bug: [ OK ] 67.41 sec. 2025-03-05 21:47:42 00937_ipv4_cidr_range: [ OK ] 4.19 sec. 2025-03-05 21:47:45 00933_ttl_with_default: [ OK ] 5.16 sec. 2025-03-05 21:47:46 00933_reserved_word: [ OK ] 3.60 sec. 2025-03-05 21:47:46 00933_alter_ttl: [ OK ] 4.15 sec. 2025-03-05 21:47:47 01395_limit_more_cases: [ OK ] 332.95 sec. 2025-03-05 21:47:48 00933_ttl_simple: [ OK ] 8.33 sec. 2025-03-05 21:47:48 00932_array_intersect_bug: [ OK ] 3.75 sec. 2025-03-05 21:47:51 00927_asof_join_noninclusive: [ OK ] 4.81 sec. 2025-03-05 21:47:52 01167_isolation_hermitage: [ OK ] 248.76 sec. 2025-03-05 21:47:54 00926_adaptive_index_granularity_pk: [ OK ] 5.58 sec. 2025-03-05 21:47:55 00926_adaptive_index_granularity_replacing_merge_tree: [ OK ] 7.34 sec. 2025-03-05 21:47:56 00917_multiple_joins_denny_crane: [ OK ] 4.27 sec. 2025-03-05 21:47:56 00916_add_materialized_column_after: [ OK ] 3.72 sec. 2025-03-05 21:47:58 00914_replicate: [ OK ] 3.33 sec. 2025-03-05 21:47:59 00916_join_using_duplicate_columns: [ OK ] 4.59 sec. 2025-03-05 21:48:02 00910_zookeeper_test_alter_compression_codecs_long: [ OK ] 6.50 sec. 2025-03-05 21:48:06 00908_analyze_query: [ OK ] 3.72 sec. 2025-03-05 21:48:06 00910_client_window_size_detection: [ OK ] 10.89 sec. 2025-03-05 21:48:10 00909_ngram_distance: [ OK ] 11.28 sec. 2025-03-05 21:48:10 00907_set_index_with_nullable_and_low_cardinality_bug: [ OK ] 3.85 sec. 2025-03-05 21:48:14 00905_compile_expressions_compare_big_dates: [ OK ] 4.06 sec. 2025-03-05 21:48:19 00904_array_with_constant_2: [ OK ] 4.49 sec. 2025-03-05 21:48:19 00900_long_parquet: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:48:22 00925_zookeeper_empty_replicated_merge_tree_optimize_final_long: [ OK ] 33.47 sec. 2025-03-05 21:48:25 00906_low_cardinality_cache: [ OK ] 14.75 sec. 2025-03-05 21:48:25 00881_unknown_identifier_in_in: [ OK ] 5.82 sec. 2025-03-05 21:48:27 00879_cast_to_decimal_crash: [ OK ] 4.80 sec. 2025-03-05 21:48:29 00876_wrong_arraj_join_column: [ OK ] 3.71 sec. 2025-03-05 21:48:29 00927_asof_join_other_types: [ OK ] 43.81 sec. 2025-03-05 21:48:31 00878_join_unexpected_results: [ OK ] 6.00 sec. 2025-03-05 21:48:31 00943_materialize_index: [ OK ] 78.83 sec. 2025-03-05 21:48:31 00873_t64_codec_date: [ OK ] 4.26 sec. 2025-03-05 21:48:31 00907_set_index_max_rows: [ OK ] 25.35 sec. 2025-03-05 21:48:31 00834_kill_mutation: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:48:34 00857_global_joinsavel_table_alias: [ OK ] 5.42 sec. 2025-03-05 21:48:34 00853_join_with_nulls_crash: [ OK ] 4.75 sec. 2025-03-05 21:48:37 00847_multiple_join_same_column: [ OK ] 5.91 sec. 2025-03-05 21:48:38 00937_test_use_header_tsv: [ OK ] 65.48 sec. 2025-03-05 21:48:38 00848_join_use_nulls_segfault: [ OK ] 6.97 sec. 2025-03-05 21:48:39 00909_kill_not_initialized_query: [ OK ] 40.69 sec. 2025-03-05 21:48:39 00825_http_header_query_id: [ OK ] 4.74 sec. 2025-03-05 21:48:45 00820_multiple_joins: [ OK ] 5.65 sec. 2025-03-05 21:48:46 00829_bitmap_function: [ OK ] 14.26 sec. 2025-03-05 21:48:47 00823_sequence_match_dfa: [ OK ] 8.14 sec. 2025-03-05 21:48:49 00816_join_column_names_sarg: [ OK ] 4.08 sec. 2025-03-05 21:48:50 00811_garbage: [ OK ] 4.02 sec. 2025-03-05 21:48:53 00808_not_optimize_predicate: [ OK ] 5.74 sec. 2025-03-05 21:48:54 00804_rollup_with_having: [ OK ] 4.03 sec. 2025-03-05 21:48:57 00804_test_custom_compression_codecs: [ OK ] 7.69 sec. 2025-03-05 21:48:58 00825_protobuf_format_splitted_nested: [ OK ] 23.52 sec. 2025-03-05 21:48:58 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 4.06 sec. 2025-03-05 21:48:58 00803_xxhash: [ OK ] 5.30 sec. 2025-03-05 21:49:00 00825_protobuf_format_table_default: [ OK ] 22.97 sec. 2025-03-05 21:49:00 00823_capnproto_input: [ OK ] 22.43 sec. 2025-03-05 21:49:01 00825_protobuf_format_skipped_column_in_nested: [ OK ] 23.51 sec. 2025-03-05 21:49:02 00800_low_cardinality_array_group_by_arg: [ OK ] 4.46 sec. 2025-03-05 21:49:03 00764_max_query_size_allocation: [ OK ] 4.78 sec. 2025-03-05 21:49:03 00760_insert_json_with_defaults: [ OK ] 4.71 sec. 2025-03-05 21:49:05 00754_alter_modify_order_by: [ OK ] 4.23 sec. 2025-03-05 21:49:06 00755_avg_value_size_hint_passing: [ OK ] 5.77 sec. 2025-03-05 21:49:08 00753_comment_columns_zookeeper: [ OK ] 3.18 sec. 2025-03-05 21:49:08 00753_quantile_format: [ OK ] 4.87 sec. 2025-03-05 21:49:09 00753_system_columns_and_system_tables_long: [ OK ] 7.05 sec. 2025-03-05 21:49:10 00752_low_cardinality_permute: [ OK ] 3.83 sec. 2025-03-05 21:49:12 00751_hashing_ints: [ OK ] 3.65 sec. 2025-03-05 21:49:12 00753_alter_attach: [ OK ] 8.76 sec. 2025-03-05 21:49:12 00752_low_cardinality_lambda_argument: [ OK ] 4.12 sec. 2025-03-05 21:49:13 00750_merge_tree_merge_with_o_direct: [ OK ] 3.91 sec. 2025-03-05 21:49:14 00748_insert_array_with_null: [ OK ] 4.06 sec. 2025-03-05 21:49:16 00800_function_java_hash_with_unsigined_types: [ OK ] 19.26 sec. 2025-03-05 21:49:16 00732_base64_functions: [ OK ] 4.06 sec. 2025-03-05 21:49:17 00736_disjunction_optimisation: [ OK ] 5.44 sec. 2025-03-05 21:49:18 00732_quorum_insert_simple_test_2_parts_zookeeper_long: [ OK ] 4.70 sec. 2025-03-05 21:49:18 00838_unique_index: [ OK ] 47.27 sec. 2025-03-05 21:49:19 00725_memory_tracking: [ FAIL ] 4.82 sec. - return code: 128 2025-03-05 21:49:19 [316d619ca159] 2025.03.05 13:49:18.920375 [ 15113 ] {2c0971a4-d1a2-4e43-9636-9a2afcdabf01} executeQuery: Code: 128. DB::Exception: Array of size 100000000 is too large to be manipulated as single field, maximum size 1000000: In scope SELECT length(range(100000000)). (TOO_LARGE_ARRAY_SIZE) (version 24.3.12.76.altinitystable) (from [::1]:47578) (comment: 00725_memory_tracking.sql) (in query: SELECT length(range(100000000));), Stack trace (when copying this message, always include the lines below): 2025-03-05 21:49:19 2025-03-05 21:49:19 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8f8182 2025-03-05 21:49:19 1. /build/contrib/llvm-project/libcxx/include/exception:116: std::exception::exception[abi:v15000]() @ 0x000000000a8f814d 2025-03-05 21:49:19 2. /build/base/poco/Foundation/src/Exception.cpp:27: Poco::Exception::Exception(String const&, int) @ 0x0000000022a03aa0 2025-03-05 21:49:19 3. /build/src/Common/Exception.cpp:94: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x00000000132ba32e 2025-03-05 21:49:19 4. /build/src/Common/Exception.h:90: DB::Exception::Exception(String&&, int, bool) @ 0x000000000a8eed2a 2025-03-05 21:49:19 5. /build/src/Common/Exception.h:109: DB::Exception::Exception(int, FormatStringHelperImpl::type, std::type_identity::type>, unsigned long&, unsigned long const&) @ 0x000000000b9c41cc 2025-03-05 21:49:19 6. /build/src/Columns/ColumnArray.cpp:140: DB::ColumnArray::get(unsigned long, DB::Field&) const @ 0x000000001bdaf79a 2025-03-05 21:49:19 7. /build/src/Columns/ColumnConst.h:77: DB::ColumnConst::get(unsigned long, DB::Field&) const @ 0x0000000010a726f2 2025-03-05 21:49:19 8. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:6208: DB::(anonymous namespace)::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000001b0bcdac 2025-03-05 21:49:19 9. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:6487: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001b0a12ea 2025-03-05 21:49:19 10. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:6640: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001b09f821 2025-03-05 21:49:19 11. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:5542: DB::(anonymous namespace)::QueryAnalyzer::resolveFunction(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000001b0b67f8 2025-03-05 21:49:19 12. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:6487: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNode(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001b0a12ea 2025-03-05 21:49:19 13. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:6640: DB::(anonymous namespace)::QueryAnalyzer::resolveExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&, bool, bool) @ 0x000000001b09f821 2025-03-05 21:49:19 14. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:6901: DB::(anonymous namespace)::QueryAnalyzer::resolveProjectionExpressionNodeList(std::shared_ptr&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000001b0a9fc7 2025-03-05 21:49:19 15. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:8173: DB::(anonymous namespace)::QueryAnalyzer::resolveQuery(std::shared_ptr const&, DB::(anonymous namespace)::IdentifierResolveScope&) @ 0x000000001b09bb43 2025-03-05 21:49:19 16. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:1150: DB::(anonymous namespace)::QueryAnalyzer::resolve(std::shared_ptr&, std::shared_ptr const&, std::shared_ptr) @ 0x000000001b099d74 2025-03-05 21:49:19 17. /build/src/Analyzer/Passes/QueryAnalysisPass.cpp:8408: DB::QueryAnalysisPass::run(std::shared_ptr&, std::shared_ptr) @ 0x000000001b099a33 2025-03-05 21:49:19 18. /build/src/Analyzer/QueryTreePassManager.cpp:186: DB::QueryTreePassManager::run(std::shared_ptr) @ 0x000000001b08b1a6 2025-03-05 21:49:19 19. /build/src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:142: DB::(anonymous namespace)::buildQueryTreeAndRunPasses(std::shared_ptr const&, DB::SelectQueryOptions const&, std::shared_ptr const&, std::shared_ptr const&) @ 0x000000001b506bac 2025-03-05 21:49:19 20. /build/src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:160: DB::InterpreterSelectQueryAnalyzer::InterpreterSelectQueryAnalyzer(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector> const&) @ 0x000000001b5057e6 2025-03-05 21:49:19 21. /build/contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:714: std::__unique_if::__unique_single std::make_unique[abi:v15000]&, std::shared_ptr const&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr const&, DB::SelectQueryOptions const&) @ 0x000000001b508bb7 2025-03-05 21:49:19 22. /build/src/Interpreters/InterpreterSelectQueryAnalyzer.cpp:270: DB::registerInterpreterSelectQueryAnalyzer(DB::InterpreterFactory&)::$_0::operator()(DB::InterpreterFactory::Arguments const&) const @ 0x000000001b50804c 2025-03-05 21:49:19 23. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:394: ? @ 0x000000001b507ffd 2025-03-05 21:49:19 24. /build/contrib/llvm-project/libcxx/include/__functional/invoke.h:470: ? @ 0x000000001b507f9d 2025-03-05 21:49:19 25. /build/contrib/llvm-project/libcxx/include/__functional/function.h:235: ? @ 0x000000001b507f5d 2025-03-05 21:49:19 26. /build/contrib/llvm-project/libcxx/include/__functional/function.h:716: ? @ 0x000000001b507f25 2025-03-05 21:49:19 27. /build/contrib/llvm-project/libcxx/include/__functional/function.h:848: ? @ 0x000000001b42791e 2025-03-05 21:49:19 28. /build/contrib/llvm-project/libcxx/include/__functional/function.h:1187: ? @ 0x000000001b422e9d 2025-03-05 21:49:19 29. /build/src/Interpreters/InterpreterFactory.cpp:355: DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001b42252d 2025-03-05 21:49:19 30. /build/src/Interpreters/executeQuery.cpp:1133: DB::executeQueryImpl(char const*, char const*, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x000000001bbb0ab0 2025-03-05 21:49:19 31. /build/src/Interpreters/executeQuery.cpp:1374: DB::executeQuery(String const&, std::shared_ptr, DB::QueryFlags, DB::QueryProcessingStage::Enum) @ 0x000000001bbab5aa 2025-03-05 21:49:19 2025-03-05 21:49:19 Received exception from server (version 24.3.12): 2025-03-05 21:49:19 Code: 128. DB::Exception: Received from localhost:9000. DB::Exception: Array of size 100000000 is too large to be manipulated as single field, maximum size 1000000: In scope SELECT length(range(100000000)). (TOO_LARGE_ARRAY_SIZE) 2025-03-05 21:49:19 (query: SELECT length(range(100000000));) 2025-03-05 21:49:19 , result: 2025-03-05 21:49:19 2025-03-05 21:49:19 0 2025-03-05 21:49:19 2025-03-05 21:49:19 stdout: 2025-03-05 21:49:19 0 2025-03-05 21:49:19 2025-03-05 21:49:19 2025-03-05 21:49:19 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 916059 --group_by_two_level_threshold_bytes 46329996 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 18473975 --max_read_buffer_size 727770 --prefer_localhost_replica 0 --max_block_size 39306 --max_threads 53 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 100 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 1789360 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 8690376302 --min_bytes_to_use_mmap_io 8094755502 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 7 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 444005316 --min_compress_block_size 2719390 --max_compress_block_size 1028285 --merge_tree_compact_parts_min_granules_to_multibuffer_read 86 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 3051611 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --prefer_warmed_unmerged_parts_seconds 4 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.53 2025-03-05 21:49:19 2025-03-05 21:49:19 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 31212743 --merge_max_block_size 7188 --index_granularity 8330 --min_bytes_for_wide_part 546530657 --marks_compress_block_size 38460 --primary_key_compress_block_size 84856 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 348932785 --compact_parts_max_bytes_to_buffer 64723383 --compact_parts_max_granules_to_buffer 23 --compact_parts_merge_max_bytes_to_prefetch_part 1057825 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 2025-03-05 21:49:19 2025-03-05 21:49:19 Database: test_x9bz5k7u 2025-03-05 21:49:20 00725_join_on_bug_4: [ OK ] 3.83 sec. 2025-03-05 21:49:20 00725_ipv4_ipv6_domains: [ OK ] 4.42 sec. 2025-03-05 21:49:22 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 4.59 sec. 2025-03-05 21:49:23 00716_allow_ddl: [ OK ] 4.13 sec. 2025-03-05 21:49:23 00720_with_cube: [ OK ] 4.62 sec. 2025-03-05 21:49:24 00712_prewhere_with_sampling: [ OK ] 3.87 sec. 2025-03-05 21:49:25 00710_array_enumerate_dense: [ OK ] 4.28 sec. 2025-03-05 21:49:26 00707_float_csv_delimiter: [ OK ] 3.96 sec. 2025-03-05 21:49:26 00701_context_use_after_free: [ OK ] 3.50 sec. 2025-03-05 21:49:28 00701_rollup: [ OK ] 4.78 sec. 2025-03-05 21:49:32 00695_pretty_max_column_pad_width: [ OK ] 3.90 sec. 2025-03-05 21:49:34 00700_decimal_compare: [ OK ] 8.12 sec. 2025-03-05 21:49:36 00700_decimal_empty_aggregates: [ OK ] 9.96 sec. 2025-03-05 21:49:37 00754_alter_modify_order_by_replicated_zookeeper_long: [ OK ] 35.53 sec. 2025-03-05 21:49:38 00700_decimal_complex_types: [ OK ] 14.03 sec. 2025-03-05 21:49:39 00687_insert_into_mv: [ OK ] 4.64 sec. 2025-03-05 21:49:40 00679_replace_asterisk: [ OK ] 3.94 sec. 2025-03-05 21:49:41 00670_truncate_temporary_table: [ OK ] 3.89 sec. 2025-03-05 21:49:42 00667_compare_arrays_of_different_types: [ OK ] 3.76 sec. 2025-03-05 21:49:42 00700_decimal_casts_2: [ OK ] 17.64 sec. 2025-03-05 21:49:43 00662_has_nullable: [ OK ] 4.52 sec. 2025-03-05 21:49:44 00653_monotonic_integer_cast: [ OK ] 4.03 sec. 2025-03-05 21:49:47 00649_quantile_tdigest_negative: [ OK ] 3.93 sec. 2025-03-05 21:49:52 00639_startsWith: [ OK ] 4.47 sec. 2025-03-05 21:49:53 00646_url_engine: [ OK ] 8.18 sec. 2025-03-05 21:49:56 00637_sessions_in_http_interface_and_settings: [ OK ] 4.56 sec. 2025-03-05 21:49:58 00690_insert_select_converting_exception_message: [ OK ] 26.34 sec. 2025-03-05 21:50:01 00652_mutations_default_database: [ OK ] 19.05 sec. 2025-03-05 21:50:02 00624_length_utf8: [ OK ] 3.51 sec. 2025-03-05 21:50:03 00626_replace_partition_from_table: [ OK ] 6.88 sec. 2025-03-05 21:50:06 00623_replicated_truncate_table_zookeeper_long: [ OK ] 5.24 sec. 2025-03-05 21:50:07 00621_regression_for_in_operator: [ OK ] 5.43 sec. 2025-03-05 21:50:08 00610_materialized_view_forward_alter_partition_statements: [ OK ] 4.37 sec. 2025-03-05 21:50:11 00609_distributed_with_case_when_then: [ OK ] 4.66 sec. 2025-03-05 21:50:11 00609_mv_index_in_in: [ OK ] 4.21 sec. 2025-03-05 21:50:12 00607_index_in_in: [ OK ] 4.24 sec. 2025-03-05 21:50:14 00604_show_create_database: [ OK ] 2.73 sec. 2025-03-05 21:50:16 00603_system_parts_nonexistent_database: [ OK ] 4.31 sec. 2025-03-05 21:50:16 00600_create_temporary_table_if_not_exists: [ OK ] 3.77 sec. 2025-03-05 21:50:18 00590_limit_by_column_removal: [ OK ] 4.17 sec. 2025-03-05 21:50:19 00580_cast_nullable_to_non_nullable: [ OK ] 3.47 sec. 2025-03-05 21:50:22 00579_merge_tree_partition_and_primary_keys_using_same_expression: [ OK ] 4.44 sec. 2025-03-05 21:50:27 00577_full_join_segfault: [ OK ] 4.19 sec. 2025-03-05 21:50:27 00578_merge_table_and_table_virtual_column: [ OK ] 7.54 sec. 2025-03-05 21:50:31 00570_empty_array_is_const: [ OK ] 4.18 sec. 2025-03-05 21:50:31 00566_enum_min_max: [ OK ] 4.42 sec. 2025-03-05 21:50:36 00563_shard_insert_into_remote: [ OK ] 4.67 sec. 2025-03-05 21:50:36 00564_enum_order: [ OK ] 5.55 sec. 2025-03-05 21:50:40 00560_float_leading_plus_in_exponent: [ OK ] 4.11 sec. 2025-03-05 21:50:41 00557_alter_null_storage_tables: [ OK ] 4.33 sec. 2025-03-05 21:50:44 00746_sql_fuzzy: [ OK ] 91.96 sec. 2025-03-05 21:50:45 00556_remove_columns_from_subquery: [ OK ] 4.17 sec. 2025-03-05 21:50:48 00555_right_join_excessive_rows: [ OK ] 4.12 sec. 2025-03-05 21:50:49 00553_invalid_nested_name: [ OK ] 3.97 sec. 2025-03-05 21:50:52 00650_csv_with_specified_quote_rule: [ OK ] 69.96 sec. 2025-03-05 21:50:52 00552_or_nullable: [ OK ] 4.66 sec. 2025-03-05 21:50:55 00552_logical_functions_ternary: [ OK ] 6.00 sec. 2025-03-05 21:50:56 00545_weird_aggregate_functions: [ OK ] 3.85 sec. 2025-03-05 21:50:57 00552_logical_functions_simple: [ OK ] 4.53 sec. 2025-03-05 21:50:58 00585_union_all_subquery_aggregation_column_removal: [ OK ] 42.60 sec. 2025-03-05 21:50:58 00534_functions_bad_arguments4_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 21:51:00 00542_materialized_view_and_time_zone_tag: [ OK ] 5.04 sec. 2025-03-05 21:51:01 00535_parse_float_scientific: [ OK ] 4.09 sec. 2025-03-05 21:51:02 00538_datediff: [ OK ] 5.76 sec. 2025-03-05 21:51:04 00528_const_of_nullable: [ OK ] 3.96 sec. 2025-03-05 21:51:06 00526_array_join_with_arrays_of_nullable: [ OK ] 4.29 sec. 2025-03-05 21:51:09 00520_http_nullable: [ OK ] 4.59 sec. 2025-03-05 21:51:09 00522_multidimensional: [ OK ] 6.79 sec. 2025-03-05 21:51:11 00516_deduplication_after_drop_partition_zookeeper: [ OK ] 5.14 sec. 2025-03-05 21:51:13 00516_is_inf_nan: [ OK ] 4.07 sec. 2025-03-05 21:51:17 00534_filimonov: [ OK ] 18.99 sec. 2025-03-05 21:51:18 00512_fractional_time_zones: [ OK ] 8.66 sec. 2025-03-05 21:51:18 00509_extended_storage_definition_syntax_zookeeper: [ OK ] 7.38 sec. 2025-03-05 21:51:19 00557_remote_port: [ OK ] 38.93 sec. 2025-03-05 21:51:21 00503_cast_const_nullable: [ OK ] 3.79 sec. 2025-03-05 21:51:22 00483_cast_syntax: [ OK ] 3.78 sec. 2025-03-05 21:51:22 00633_materialized_view_and_too_many_parts_zookeeper: [ OK ] 88.91 sec. 2025-03-05 21:51:22 00480_mac_addresses: [ OK ] 3.82 sec. 2025-03-05 21:51:24 00472_compare_uuid_with_constant_string: [ OK ] 4.61 sec. 2025-03-05 21:51:25 00468_array_join_multiple_arrays_and_use_original_column: [ OK ] 3.98 sec. 2025-03-05 21:51:25 00465_nullable_default: [ OK ] 3.77 sec. 2025-03-05 21:51:26 00460_vertical_and_totals_extremes: [ OK ] 3.94 sec. 2025-03-05 21:51:26 00456_alter_nullable: [ OK ] 4.39 sec. 2025-03-05 21:51:28 00453_cast_enum: [ OK ] 4.20 sec. 2025-03-05 21:51:30 00452_left_array_join_and_nullable: [ OK ] 4.24 sec. 2025-03-05 21:51:30 00438_bit_rotate: [ OK ] 3.68 sec. 2025-03-05 21:51:33 00425_count_nullable: [ OK ] 3.90 sec. 2025-03-05 21:51:34 00437_nulls_first_last: [ OK ] 6.09 sec. 2025-03-05 21:51:43 00417_system_build_options: [ OK ] 8.34 sec. 2025-03-05 21:51:44 00505_shard_secure: [ OK ] 30.60 sec. 2025-03-05 21:51:48 00408_http_keep_alive: [ OK ] 4.81 sec. 2025-03-05 21:52:09 00653_verification_monotonic_data_load: [ OK ] 148.57 sec. 2025-03-05 21:52:11 00400_client_external_options: [ OK ] 22.20 sec. 2025-03-05 21:52:17 00392_enum_nested_alter: [ OK ] 6.45 sec. 2025-03-05 21:52:19 00398_url_functions: [ OK ] 9.38 sec. 2025-03-05 21:52:22 00418_input_format_allow_errors: [ OK ] 48.95 sec. 2025-03-05 21:52:24 00390_array_sort: [ OK ] 6.86 sec. 2025-03-05 21:52:24 00386_enum_in_pk: [ OK ] 5.72 sec. 2025-03-05 21:52:27 00381_first_significant_subdomain: [ OK ] 4.06 sec. 2025-03-05 21:52:29 00379_system_processes_port: [ OK ] 4.90 sec. 2025-03-05 21:52:29 00370_duplicate_columns_in_subqueries: [ OK ] 4.50 sec. 2025-03-05 21:52:33 00344_row_number_in_all_blocks: [ OK ] 3.94 sec. 2025-03-05 21:52:33 00351_select_distinct_arrays_tuples: [ OK ] 4.19 sec. 2025-03-05 21:52:37 00342_escape_sequences: [ OK ] 3.64 sec. 2025-03-05 21:52:40 00443_optimize_final_vertical_merge: [ OK ] 74.68 sec. 2025-03-05 21:52:40 00324_hashing_enums: [ OK ] 3.66 sec. 2025-03-05 21:52:44 00316_rounding_functions_and_empty_block: [ OK ] 3.58 sec. 2025-03-05 21:52:45 00321_pk_set: [ OK ] 4.38 sec. 2025-03-05 21:52:48 00315_quantile_off_by_one: [ OK ] 3.83 sec. 2025-03-05 21:52:53 00313_const_totals_extremes: [ OK ] 4.96 sec. 2025-03-05 21:52:58 00299_stripe_log_multiple_inserts: [ OK ] 5.44 sec. 2025-03-05 21:53:05 00294_shard_enums: [ OK ] 6.28 sec. 2025-03-05 21:53:09 00293_shard_max_subquery_depth: [ OK ] 4.49 sec. 2025-03-05 21:53:12 00314_sample_factor_virtual_column: [ OK ] 27.70 sec. 2025-03-05 21:53:13 00286_format_long_negative_float: [ OK ] 3.88 sec. 2025-03-05 21:53:16 00283_column_cut: [ OK ] 3.92 sec. 2025-03-05 21:53:19 00278_insert_already_sorted: [ OK ] 6.09 sec. 2025-03-05 21:53:22 00273_quantiles: [ OK ] 5.28 sec. 2025-03-05 21:53:23 00272_union_all_and_in_subquery: [ OK ] 3.87 sec. 2025-03-05 21:53:26 00271_agg_state_and_totals: [ OK ] 3.75 sec. 2025-03-05 21:53:28 00270_views_query_processing_stage: [ OK ] 4.29 sec. 2025-03-05 21:53:30 00262_alter_alias: [ OK ] 4.72 sec. 2025-03-05 21:53:35 00255_array_concat_string: [ OK ] 4.69 sec. 2025-03-05 21:53:39 00261_storage_aliases_and_array_join: [ OK ] 10.88 sec. 2025-03-05 21:53:39 00233_position_function_sql_comparibilty: [ OK ] 4.01 sec. 2025-03-05 21:53:42 00232_format_readable_size: [ OK ] 3.70 sec. 2025-03-05 21:53:44 00229_prewhere_column_missing: [ OK ] 4.55 sec. 2025-03-05 21:53:47 00227_quantiles_timing_arbitrary_order: [ OK ] 4.32 sec. 2025-03-05 21:53:51 00217_shard_global_subquery_columns_with_same_name: [ OK ] 4.08 sec. 2025-03-05 21:53:55 00213_multiple_global_in: [ OK ] 3.91 sec. 2025-03-05 21:54:00 00211_shard_query_formatting_aliases: [ OK ] 5.15 sec. 2025-03-05 21:54:05 00366_multi_statements: [ OK ] 98.27 sec. 2025-03-05 21:54:05 00210_insert_select_extremes_http: [ OK ] 5.29 sec. 2025-03-05 21:54:08 00411_long_accurate_number_comparison_int2: [ OK ] 145.00 sec. 2025-03-05 21:54:09 00208_agg_state_merge: [ OK ] 4.35 sec. 2025-03-05 21:54:10 00205_emptyscalar_subquery_type_mismatch_bug: [ OK ] 4.52 sec. 2025-03-05 21:54:12 00194_identity: [ OK ] 4.11 sec. 2025-03-05 21:54:14 00187_like_regexp_prefix: [ OK ] 4.38 sec. 2025-03-05 21:54:15 00185_array_literals: [ OK ] 5.25 sec. 2025-03-05 21:54:19 00180_attach_materialized_view: [ OK ] 4.13 sec. 2025-03-05 21:54:25 00181_aggregate_functions_statistics: [ OK ] 11.12 sec. 2025-03-05 21:54:28 00421_storage_merge__table_index: [ OK ] 178.07 sec. 2025-03-05 21:54:29 00182_functions_higher_order_and_consts: [ OK ] 16.99 sec. 2025-03-05 21:54:30 00168_buffer_defaults: [ OK ] 4.99 sec. 2025-03-05 21:54:31 00170_lower_upper_utf8: [ OK ] 11.54 sec. 2025-03-05 21:54:33 00144_empty_regexp: [ OK ] 4.31 sec. 2025-03-05 21:54:34 00135_duplicate_group_by_keys_segfault: [ OK ] 1.10 sec. 2025-03-05 21:54:34 00141_parse_timestamp_as_datetime: [ OK ] 4.13 sec. 2025-03-05 21:54:34 00143_number_classification_functions: [ OK ] 5.15 sec. 2025-03-05 21:54:36 00136_duplicate_order_by_elems: [ OK ] 4.49 sec. 2025-03-05 21:54:39 00120_join_and_group_by: [ OK ] 4.32 sec. 2025-03-05 21:54:41 00108_shard_totals_after_having: [ OK ] 5.15 sec. 2025-03-05 21:54:41 00126_buffer: [ OK ] 7.28 sec. 2025-03-05 21:54:44 00104_totals_having_mode: [ OK ] 5.06 sec. 2025-03-05 21:54:45 00102_insert_into_temporary_table: [ OK ] 4.13 sec. 2025-03-05 21:54:48 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 6.45 sec. 2025-03-05 21:54:50 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 204.17 sec. 2025-03-05 21:54:51 00084_summing_merge_tree: [ OK ] 5.59 sec. 2025-03-05 21:54:52 00082_append_trailing_char_if_absent: [ OK ] 3.95 sec. 2025-03-05 21:54:52 00113_shard_group_array: [ OK ] 17.64 sec. 2025-03-05 21:54:53 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 69.74 sec. 2025-03-05 21:54:54 00081_int_div_or_zero: [ OK ] 4.04 sec. 2025-03-05 21:54:55 00075_shard_formatting_negate_of_negative_literal: [ OK ] 3.74 sec. 2025-03-05 21:54:56 00073_merge_sorting_empty_array_joined: [ OK ] 4.02 sec. 2025-03-05 21:54:57 00064_negate_bug: [ OK ] 3.69 sec. 2025-03-05 21:54:58 00069_date_arithmetic: [ OK ] 3.96 sec. 2025-03-05 21:54:58 00076_ip_coding_functions: [ OK ] 7.46 sec. 2025-03-05 21:54:59 00060_date_lut: [ OK ] 3.72 sec. 2025-03-05 21:55:01 00059_shard_global_in_mergetree: [ OK ] 5.01 sec. 2025-03-05 21:55:01 00057_join_aliases: [ OK ] 3.69 sec. 2025-03-05 21:55:01 00053_all_inner_join: [ OK ] 3.60 sec. 2025-03-05 21:55:02 00046_stored_aggregates_simple: [ OK ] 4.20 sec. 2025-03-05 21:55:03 00042_set: [ OK ] 3.77 sec. 2025-03-05 21:55:05 00037_totals_limit: [ OK ] 3.67 sec. 2025-03-05 21:55:05 00035_function_array_return_type: [ OK ] 3.72 sec. 2025-03-05 21:55:07 00039_inserts_through_http: [ OK ] 5.91 sec. 2025-03-05 21:55:08 00027_argMinMax: [ OK ] 4.47 sec. 2025-03-05 21:55:08 00030_alter_table: [ OK ] 5.84 sec. 2025-03-05 21:55:09 00022_func_higher_order_and_constants: [ OK ] 3.82 sec. 2025-03-05 21:55:09 2025-03-05 21:55:09 Having 1 errors! 125 tests passed. 0 tests skipped. 2058.38 s elapsed (ForkPoolWorker-5). 2025-03-05 21:55:09 00026_shard_something_distributed: [ OK ] 3.92 sec. 2025-03-05 21:55:09 2025-03-05 21:55:09 148 tests passed. 0 tests skipped. 2058.40 s elapsed (ForkPoolWorker-2). 2025-03-05 21:55:11 00019_shard_quantiles_totals_distributed: [ OK ] 4.04 sec. 2025-03-05 21:55:11 2025-03-05 21:55:11 147 tests passed. 3 tests skipped. 2060.63 s elapsed (ForkPoolWorker-7). 2025-03-05 21:55:12 00014_select_from_table_with_nested: [ OK ] 4.14 sec. 2025-03-05 21:55:12 2025-03-05 21:55:12 116 tests passed. 0 tests skipped. 2061.32 s elapsed (ForkPoolWorker-8). 2025-03-05 21:55:13 00013_create_table_with_arrays: [ OK ] 4.30 sec. 2025-03-05 21:55:13 2025-03-05 21:55:13 133 tests passed. 2 tests skipped. 2062.29 s elapsed (ForkPoolWorker-9). 2025-03-05 21:55:19 00719_parallel_ddl_table: [ OK ] 360.37 sec. 2025-03-05 21:55:19 2025-03-05 21:55:19 128 tests passed. 0 tests skipped. 2068.40 s elapsed (ForkPoolWorker-6). 2025-03-05 21:55:27 00093_union_race_conditions_4: [ OK ] 43.32 sec. 2025-03-05 21:55:27 2025-03-05 21:55:27 160 tests passed. 3 tests skipped. 2076.59 s elapsed (ForkPoolWorker-3). 2025-03-05 21:55:58 00328_long_case_construction: [ OK ] 204.71 sec. 2025-03-05 21:55:58 2025-03-05 21:55:58 189 tests passed. 1 tests skipped. 2107.62 s elapsed (ForkPoolWorker-4). 2025-03-05 21:55:58 2025-03-05 21:55:58 Running 124 stateless tests (MainProcess). 2025-03-05 21:55:58 2025-03-05 21:59:42 03144_parallel_alter_add_drop_column_zookeeper_on_steroids: [ OK ] 224.32 sec. 2025-03-05 21:59:47 02990_rmt_replica_path_uuid: [ OK ] 4.11 sec. 2025-03-05 21:59:50 02977_csv_format_support_tuple: [ OK ] 3.70 sec. 2025-03-05 21:59:55 02976_system_zookeeper_filters: [ OK ] 4.92 sec. 2025-03-05 22:00:02 02975_system_zookeeper_retries: [ OK ] 6.82 sec. 2025-03-05 22:00:25 02973_backup_of_in_memory_compressed: [ OK ] 22.55 sec. 2025-03-05 22:04:03 02962_system_sync_replica_lightweight_from_modifier: [ OK ] 217.47 sec. 2025-03-05 22:04:46 02950_distributed_initial_query_event: [ OK ] 43.51 sec. 2025-03-05 22:04:55 02950_dictionary_ssd_cache_short_circuit: [ OK ] 8.95 sec. 2025-03-05 22:05:05 02915_move_partition_inactive_replica: [ OK ] 9.80 sec. 2025-03-05 22:05:10 02887_insert_quorum_wo_keeper_retries: [ OK ] 4.52 sec. 2025-03-05 22:05:21 02884_async_insert_skip_settings: [ OK ] 11.13 sec. 2025-03-05 22:05:34 02751_ip_types_aggregate_functions_states: [ OK ] 12.77 sec. 2025-03-05 22:05:40 02724_show_indexes: [ OK ] 6.55 sec. 2025-03-05 22:06:14 02724_decompress_filename_exception: [ OK ] 33.90 sec. 2025-03-05 22:06:18 02703_row_policies_for_asterisk: [ OK ] 3.74 sec. 2025-03-05 22:06:25 02703_row_policy_for_database: [ OK ] 6.84 sec. 2025-03-05 22:06:29 02578_parameterized_rename_queries: [ OK ] 4.11 sec. 2025-03-05 22:06:34 02536_hdfs_cluster_use_structure_from_table: [ OK ] 4.36 sec. 2025-03-05 22:06:40 02521_avro_union_null_nested: [ OK ] 6.49 sec. 2025-03-05 22:06:44 02514_null_dictionary_source: [ OK ] 3.91 sec. 2025-03-05 22:07:26 02504_regexp_dictionary_ua_parser: [ OK ] 41.48 sec. 2025-03-05 22:07:38 02503_cache_on_write_with_small_segment_size: [ OK ] 12.70 sec. 2025-03-05 22:07:42 02494_query_cache_sparse_columns: [ OK ] 3.75 sec. 2025-03-05 22:07:46 02494_query_cache_use_database: [ OK ] 3.94 sec. 2025-03-05 22:07:50 02494_query_cache_user_quotas_after_drop: [ OK ] 4.00 sec. 2025-03-05 22:07:55 02494_query_cache_totals_extremes: [ OK ] 4.51 sec. 2025-03-05 22:08:02 02494_query_cache_normalize_ast: [ OK ] 7.05 sec. 2025-03-05 22:08:12 02494_query_cache_ttl_long: [ OK ] 9.87 sec. 2025-03-05 22:08:15 02484_substitute_udf_storage_args: [ OK ] 3.09 sec. 2025-03-05 22:08:19 02483_add_engine_full_column_to_system_databases: [ OK ] 3.73 sec. 2025-03-05 22:08:23 02483_check_virtuals_shile_using_structure_from_insertion_table: [ OK ] 3.59 sec. 2025-03-05 22:08:32 02481_custom_separated_and_template_with_csv_field: [ OK ] 9.60 sec. 2025-03-05 22:08:40 02480_s3_support_wildcard: [ OK ] 7.38 sec. 2025-03-05 22:08:40 02475_bson_each_row_format: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 22:08:41 02473_infile_progress: [ OK ] 1.14 sec. 2025-03-05 22:09:00 02459_glob_for_recursive_directory_traversal: [ OK ] 18.87 sec. 2025-03-05 22:09:04 02422_msgpack_uuid_wrong_column: [ OK ] 3.97 sec. 2025-03-05 22:09:15 02416_rename_database_rbac: [ OK ] 11.55 sec. 2025-03-05 22:11:00 02372_data_race_in_avro: [ OK ] 104.88 sec. 2025-03-05 22:11:06 02360_clickhouse_local_config-option: [ OK ] 5.91 sec. 2025-03-05 22:11:10 02346_additional_filters_distr: [ OK ] 3.87 sec. 2025-03-05 22:11:15 02337_analyzer_columns_basic: [ OK ] 4.77 sec. 2025-03-05 22:11:25 02336_sparse_columns_s3: [ OK ] 10.27 sec. 2025-03-05 22:11:29 02322_sql_insert_format: [ OK ] 3.91 sec. 2025-03-05 22:11:35 02302_s3_file_pruning: [ OK ] 5.53 sec. 2025-03-05 22:11:39 02302_defaults_in_columnar_formats: [ OK ] 3.95 sec. 2025-03-05 22:12:00 02297_regex_parsing_file_names: [ OK ] 21.23 sec. 2025-03-05 22:12:24 02262_column_ttl: [ OK ] 23.45 sec. 2025-03-05 22:13:28 02246_async_insert_quota: [ OK ] 64.00 sec. 2025-03-05 22:13:59 02243_drop_user_grant_race: [ OK ] 31.49 sec. 2025-03-05 22:14:46 02242_arrow_orc_parquet_nullable_schema_inference: [ OK ] 47.01 sec. 2025-03-05 22:14:58 02240_tskv_schema_inference_bug: [ OK ] 11.60 sec. 2025-03-05 22:15:04 02225_unwinder_dwarf_version: [ OK ] 6.37 sec. 2025-03-05 22:15:15 02211_shcema_inference_from_stdin: [ OK ] 10.15 sec. 2025-03-05 22:15:43 02187_msg_pack_uuid: [ OK ] 28.38 sec. 2025-03-05 22:15:54 02184_ipv6_parsing: [ OK ] 11.24 sec. 2025-03-05 22:16:01 02181_format_from_file_extension_local: [ OK ] 6.84 sec. 2025-03-05 22:16:06 02179_dict_reload_on_cluster: [ OK ] 4.89 sec. 2025-03-05 22:18:39 02167_format_from_file_extension: [ OK ] 152.50 sec. 2025-03-05 22:18:44 02155_multiple_inserts_for_formats_with_suffix: [ OK ] 5.05 sec. 2025-03-05 22:21:53 02149_schema_inference: [ OK ] 189.07 sec. 2025-03-05 22:21:57 02148_sql_user_defined_function_subquery: [ OK ] 4.00 sec. 2025-03-05 22:22:58 02130_parse_quoted_null: [ OK ] 60.43 sec. 2025-03-05 22:23:01 02126_identity_user_defined_function: [ OK ] 3.73 sec. 2025-03-05 22:23:10 02125_tskv_proper_names_reading: [ OK ] 8.27 sec. 2025-03-05 22:23:21 02104_json_strings_nullable_string: [ OK ] 11.56 sec. 2025-03-05 22:23:25 02101_sql_user_defined_functions_create_or_replace: [ OK ] 3.65 sec. 2025-03-05 22:23:29 02096_sql_user_defined_function_alias: [ OK ] 3.58 sec. 2025-03-05 22:23:34 02028_add_default_database_for_alterquery_on_cluster: [ OK ] 4.93 sec. 2025-03-05 22:25:22 02026_storage_filelog_largefile: [ OK ] 108.15 sec. 2025-03-05 22:25:40 02015_global_in_threads: [ OK ] 17.82 sec. 2025-03-05 22:25:46 02008_complex_key_range_hashed_dictionary: [ OK ] 5.99 sec. 2025-03-05 22:25:50 01948_dictionary_quoted_database_name: [ OK ] 3.96 sec. 2025-03-05 22:25:55 01925_test_storage_merge_aliases: [ OK ] 4.91 sec. 2025-03-05 22:25:59 01913_exact_rows_before_limit_full: [ OK ] 4.32 sec. 2025-03-05 22:26:04 01910_view_dictionary: [ OK ] 4.53 sec. 2025-03-05 22:26:13 01904_ssd_cache_dictionary_default_nullable_type: [ OK ] 9.26 sec. 2025-03-05 22:26:21 01904_dictionary_default_nullable_type: [ OK ] 7.61 sec. 2025-03-05 22:26:26 01902_table_function_merge_db_repr: [ OK ] 4.98 sec. 2025-03-05 22:26:34 01889_postgresql_protocol_null_fields: [ OK ] 7.67 sec. 2025-03-05 22:27:29 01825_type_json_multiple_files: [ OK ] 55.17 sec. 2025-03-05 22:27:33 01821_dictionary_primary_key_wrong_order: [ OK ] 3.85 sec. 2025-03-05 22:27:39 01771_bloom_filter_not_has: [ OK ] 6.31 sec. 2025-03-05 22:27:43 01760_ddl_dictionary_use_current_database_name: [ OK ] 3.87 sec. 2025-03-05 22:27:47 01748_dictionary_table_dot: [ OK ] 3.57 sec. 2025-03-05 22:27:58 01702_system_query_log: [ OK ] 11.00 sec. 2025-03-05 22:28:04 01682_cache_dictionary_complex_key: [ OK ] 5.90 sec. 2025-03-05 22:28:12 01674_executable_dictionary_implicit_key: [ OK ] 8.58 sec. 2025-03-05 22:28:16 01670_dictionary_create_key_expression: [ OK ] 4.19 sec. 2025-03-05 22:29:15 01658_read_file_to_stringcolumn: [ OK ] 58.42 sec. 2025-03-05 22:29:23 01643_replicated_merge_tree_fsync_smoke: [ OK ] 8.44 sec. 2025-03-05 22:29:30 01601_detach_permanently: [ OK ] 6.55 sec. 2025-03-05 22:33:06 01593_concurrent_alter_mutations_kill_many_replicas_long: [ OK ] 215.49 sec. 2025-03-05 22:33:11 01530_drop_database_atomic_sync: [ OK ] 5.13 sec. 2025-03-05 22:33:22 01501_cache_dictionary_all_fields: [ OK ] 10.96 sec. 2025-03-05 22:33:26 01487_distributed_in_not_default_db: [ OK ] 4.43 sec. 2025-03-05 22:33:31 01465_ttl_recompression: [ OK ] 4.82 sec. 2025-03-05 22:36:22 01459_manual_write_to_replicas_quorum_detach_attach: [ OK ] 170.48 sec. 2025-03-05 22:36:25 01457_create_as_table_function_structure: [ OK ] 3.28 sec. 2025-03-05 22:36:30 01392_column_resolve: [ OK ] 4.53 sec. 2025-03-05 22:36:34 01376_GROUP_BY_injective_elimination_dictGet: [ OK ] 4.12 sec. 2025-03-05 22:36:55 01305_replica_create_drop_zookeeper: [ OK ] 21.03 sec. 2025-03-05 22:37:30 01301_aggregate_state_exception_memory_leak: [ OK ] 35.02 sec. 2025-03-05 22:37:34 01294_system_distributed_on_cluster: [ OK ] 4.13 sec. 2025-03-05 22:37:39 01231_distributed_aggregation_memory_efficient_mix_levels: [ OK ] 4.36 sec. 2025-03-05 22:37:42 01185_create_or_replace_table: [ OK ] 3.56 sec. 2025-03-05 22:42:28 01154_move_partition_long: [ OK ] 285.28 sec. 2025-03-05 22:42:32 01114_mysql_database_engine_segfault: [ OK ] 3.89 sec. 2025-03-05 22:42:35 01113_local_dictionary_type_conversion: [ OK ] 3.78 sec. 2025-03-05 22:45:55 01098_msgpack_format: [ OK ] 199.76 sec. 2025-03-05 22:46:07 01098_temporary_and_external_tables: [ OK ] 11.51 sec. 2025-03-05 22:46:45 01083_expressions_in_engine_arguments: [ OK ] 38.57 sec. 2025-03-05 22:46:56 01069_window_view_proc_tumble_watch: [ OK ] 10.42 sec. 2025-03-05 22:46:59 01055_compact_parts_1: [ OK ] 3.19 sec. 2025-03-05 22:46:59 01037_polygon_dicts_correctness_all: [ SKIPPED ] 0.00 sec. - not running for current build 2025-03-05 22:47:03 01023_materialized_view_query_context: [ OK ] 4.19 sec. 2025-03-05 22:47:09 01018_ddl_dictionaries_create: [ OK ] 5.07 sec. 2025-03-05 22:48:03 01014_lazy_database_basic: [ OK ] 54.27 sec. 2025-03-05 22:48:19 01013_sync_replica_timeout_zookeeper: [ OK ] 15.75 sec. 2025-03-05 22:48:46 00989_parallel_parts_loading: [ OK ] 27.66 sec. 2025-03-05 22:48:52 00693_max_block_size_system_tables_columns: [ OK ] 5.64 sec. 2025-03-05 22:49:10 00474_readonly_settings: [ OK ] 17.42 sec. 2025-03-05 22:50:20 00002_log_and_exception_messages_formatting: [ OK ] 70.18 sec. 2025-03-05 22:50:20 2025-03-05 22:50:20 122 tests passed. 2 tests skipped. 3261.74 s elapsed (MainProcess). 2025-03-05 22:50:24 Won't run stateful tests because test data wasn't loaded. 2025-03-05 22:50:24 Checking the hung queries: done 2025-03-05 22:50:24 2025-03-05 22:50:24 No queries hung. 2025-03-05 22:50:24 All tests have finished. 2025-03-05 22:50:24 2025-03-05 22:50:24 Top patterns of log messages: 2025-03-05 22:50:24 2025-03-05 22:50:24 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-03-05 22:50:24 2025-03-05 22:50:24 1. 62001 0.066 4.72 MiB 0.028 7 420 ['Trace'] 0.001 Access granted: {}{} 2025-03-05 22:50:24 2. 48485 0.052 9.62 MiB 0.056 1 178 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-03-05 22:50:24 3. 48434 0.051 7.25 MiB 0.042 4 177 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-03-05 22:50:24 4. 40142 0.043 1.11 MiB 0.006 1 177 ['Debug'] 0 Processed in {} sec. 2025-03-05 22:50:24 5. 35212 0.037 3.01 MiB 0.018 1 432 ['Trace'] 0.001 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-03-05 22:50:24 6. 30272 0.032 36.34 MiB 0.213 1 260 ['Trace'] 0.002 Query {} to stage {}{} 2025-03-05 22:50:24 7. 29966 0.032 36.94 MiB 0.216 1 260 ['Trace'] 0.002 Query {} from stage {} to stage {}{} 2025-03-05 22:50:24 8. 26896 0.029 1.18 MiB 0.007 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-03-05 22:50:24 9. 24731 0.026 1.93 MiB 0.011 1 125 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-03-05 22:50:24 10. 24102 0.026 1.68 MiB 0.01 1 1023 ['Trace'] 0.593 Reserved {} on local disk {}, having unreserved {}. 2025-03-05 22:50:24 11. 20232 0.021 612.61 KiB 0.004 1 434 ['Trace'] 0.001 Aggregation method: {} 2025-03-05 22:50:24 12. 19814 0.021 2.28 MiB 0.013 835 458 ['Trace'] 0.518 Renaming temporary part {} to {} with tid {}. 2025-03-05 22:50:24 13. 18954 0.02 1.28 MiB 0.008 830 960 ['Trace'] 0.709 Trying to reserve {} using storage policy from min volume index {} 2025-03-05 22:50:24 14. 16942 0.018 817.24 KiB 0.005 1 445 ['Trace'] 0.44 filled checksums {} 2025-03-05 22:50:24 15. 15121 0.016 753.03 KiB 0.004 1 157 ['Debug'] 0.267 Peak memory usage{}: {}. 2025-03-05 22:50:24 16. 13783 0.015 1.12 MiB 0.007 5 266 ['Debug'] 0.993 {} Authenticating user '{}' from {} 2025-03-05 22:50:24 17. 13778 0.015 1.51 MiB 0.009 5 266 ['Debug'] 0.993 {} Authenticated with global context as user {} 2025-03-05 22:50:24 18. 13740 0.015 1.18 MiB 0.007 5 256 ['Debug'] 0.993 {} Logout, user_id: {} 2025-03-05 22:50:24 19. 13521 0.014 1.24 MiB 0.007 1 44 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-03-05 22:50:24 20. 12827 0.014 1.37 MiB 0.008 4 177 ['Debug'] 1 {} Creating session context with user_id: {} 2025-03-05 22:50:24 21. 11802 0.013 2.20 MiB 0.013 1 505 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-03-05 22:50:24 22. 11802 0.013 3.70 MiB 0.022 1 505 ['Information'] 1 Removing metadata {} of dropped table {} 2025-03-05 22:50:24 23. 11797 0.013 875.56 KiB 0.005 1 93 ['Debug'] 0 Waiting for table {} to be finally dropped 2025-03-05 22:50:24 24. 11270 0.012 919.63 KiB 0.005 1 407 ['Trace'] 0.001 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-03-05 22:50:24 25. 10629 0.011 2.03 MiB 0.012 3 106 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-03-05 22:50:24 26. 10620 0.011 4.69 MiB 0.027 2 106 ['Trace'] 1 Request URI: {} 2025-03-05 22:50:24 27. 10531 0.011 215.97 KiB 0.001 2 106 ['Debug'] 0.234 Done processing query 2025-03-05 22:50:24 28. 9498 0.01 102.03 KiB 0.001 1 426 ['Trace'] 0.001 Aggregating 2025-03-05 22:50:24 29. 7228 0.008 919.31 KiB 0.005 1 2 ['Trace'] 1 Creating part at path {} 2025-03-05 22:50:24 30. 7182 0.008 561.49 KiB 0.003 575 104 ['Trace'] 0.002 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-03-05 22:50:24 31. 7089 0.008 258.33 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {} 2025-03-05 22:50:24 32. 7089 0.008 414.50 KiB 0.002 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-03-05 22:50:24 33. 6335 0.007 584.15 KiB 0.003 150 513 ['Trace'] 1 Insert entry {} to queue with type {} 2025-03-05 22:50:24 34. 6224 0.007 491.17 KiB 0.003 149 700 ['Trace'] 0.938 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-03-05 22:50:24 35. 5857 0.006 500.95 KiB 0.003 192 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-03-05 22:50:24 36. 5663 0.006 788.75 KiB 0.005 146 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-03-05 22:50:24 37. 5529 0.006 183.50 KiB 0.001 2 177 ['Trace'] 1 TCP Request. Address: {} 2025-03-05 22:50:24 38. 5527 0.006 527.31 KiB 0.003 1 177 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-03-05 22:50:24 39. 5478 0.006 144.44 KiB 0.001 1 167 ['Debug'] 1 Done processing connection. 2025-03-05 22:50:24 40. 5363 0.006 120.46 KiB 0.001 1 423 ['Trace'] 0.001 Merging aggregated data 2025-03-05 22:50:24 41. 5132 0.005 295.69 KiB 0.002 149 513 ['Debug'] 1 Pulling {} entries to queue: {} - {} 2025-03-05 22:50:24 42. 5132 0.005 130.31 KiB 0.001 149 513 ['Debug'] 1 Pulled {} entries to queue. 2025-03-05 22:50:24 43. 5000 0.005 624.88 KiB 0.004 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-03-05 22:50:24 44. 4973 0.005 383.66 KiB 0.002 1 113 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-03-05 22:50:24 45. 4499 0.005 496.98 KiB 0.003 1 30 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-03-05 22:50:24 46. 4413 0.005 217.87 KiB 0.001 1 320 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}). 2025-03-05 22:50:24 47. 4413 0.005 644.61 KiB 0.004 1 320 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-03-05 22:50:24 48. 3928 0.004 214.08 KiB 0.001 237 561 ['Debug'] 0.942 Selected {} parts from {} to {} 2025-03-05 22:50:24 49. 3884 0.004 147.55 KiB 0.001 116 32 ['Debug'] 0.672 Committing part {} to zookeeper 2025-03-05 22:50:24 50. 3876 0.004 424.81 KiB 0.002 695 478 ['Debug'] 0.978 Removing {} parts from filesystem (serially): Parts: [{}] 2025-03-05 22:50:24 51. 3792 0.004 138.24 KiB 0.001 665 143 ['Debug'] 0.012 Key condition: {} 2025-03-05 22:50:24 52. 3704 0.004 309.21 KiB 0.002 1 50 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-03-05 22:50:24 53. 3703 0.004 126.48 KiB 0.001 1 50 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-03-05 22:50:24 54. 3679 0.004 481.13 KiB 0.003 1 50 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-03-05 22:50:24 55. 3679 0.004 244.89 KiB 0.001 246 50 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-03-05 22:50:24 56. 3668 0.004 135.27 KiB 0.001 116 32 ['Debug'] 0.711 Part {} committed to zookeeper 2025-03-05 22:50:24 57. 3625 0.004 412.79 KiB 0.002 656 143 ['Debug'] 0.013 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-03-05 22:50:24 58. 3552 0.004 533.19 KiB 0.003 1 353 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-03-05 22:50:24 59. 3552 0.004 402.38 KiB 0.002 1 355 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-03-05 22:50:24 60. 3214 0.003 311.15 KiB 0.002 123 360 ['Debug'] 0.972 Removing {} parts from memory: Parts: [{}] 2025-03-05 22:50:24 61. 3213 0.003 307.97 KiB 0.002 122 359 ['Trace'] 0.973 Found {} old parts to remove. Parts: [{}] 2025-03-05 22:50:24 62. 3060 0.003 158.38 KiB 0.001 587 142 ['Trace'] 0.015 Spreading mark ranges among streams (default reading) 2025-03-05 22:50:24 63. 2800 0.003 222.96 KiB 0.001 1 393 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={} 2025-03-05 22:50:24 64. 2701 0.003 55.39 KiB 0 1 394 ['Debug'] 1 Stop worker in {} 2025-03-05 22:50:24 65. 2701 0.003 84.41 KiB 0 1 432 ['Debug'] 0.499 Spawn loader worker #{} in {} 2025-03-05 22:50:24 66. 2701 0.003 185.25 KiB 0.001 1 73 ['Debug'] 0.002 Schedule load job '{}' into {} 2025-03-05 22:50:24 67. 2701 0.003 177.34 KiB 0.001 1 361 ['Debug'] 1 Execute load job '{}' in {} 2025-03-05 22:50:24 68. 2701 0.003 187.88 KiB 0.001 1 361 ['Debug'] 1 Finish load job '{}' with status {} 2025-03-05 22:50:24 69. 2700 0.003 214.17 KiB 0.001 1 73 ['Debug'] 0.001 Prioritize load job '{}': {} -> {} 2025-03-05 22:50:24 70. 2684 0.003 89.12 KiB 0.001 1 424 ['Debug'] 0.501 Change current priority: {} -> {} 2025-03-05 22:50:24 71. 2675 0.003 23.51 KiB 0 2 73 ['Trace'] 0.001 No tables 2025-03-05 22:50:24 72. 2470 0.003 48.07 KiB 0 84 35 ['Debug'] 1 Downloading files {} 2025-03-05 22:50:24 73. 2468 0.003 89.10 KiB 0.001 84 35 ['Trace'] 1 Checking disk {} with type {} 2025-03-05 22:50:24 74. 2468 0.003 212.09 KiB 0.001 84 35 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2025-03-05 22:50:24 75. 2466 0.003 50.29 KiB 0 72 50 ['Trace'] 1 Sending part {} 2025-03-05 22:50:24 76. 2466 0.003 209.44 KiB 0.001 84 35 ['Trace'] 1 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2025-03-05 22:50:24 77. 2462 0.003 244.09 KiB 0.001 83 32 ['Debug'] 1 Fetching part {} from {}:{} 2025-03-05 22:50:24 78. 2459 0.003 241.39 KiB 0.001 83 32 ['Debug'] 1 Fetched part {} from {}:{}{} 2025-03-05 22:50:24 79. 2443 0.003 71.57 KiB 0 187 512 ['Debug'] 0.982 Updating strategy picker state 2025-03-05 22:50:24 80. 2440 0.003 104.51 KiB 0.001 78 33 ['Debug'] 1 Downloading part {} onto disk {}. 2025-03-05 22:50:24 81. 2440 0.003 125.95 KiB 0.001 78 33 ['Debug'] 1 Download of part {} onto disk {} finished. 2025-03-05 22:50:24 82. 2408 0.003 153.81 KiB 0.001 56 319 ['Debug'] 1 There is no part {} in ZooKeeper, it was only in filesystem 2025-03-05 22:50:24 83. 2020 0.002 182.23 KiB 0.001 1 373 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-03-05 22:50:24 84. 1813 0.002 249.53 KiB 0.001 1 68 ['Trace'] 0.045 PREWHERE condition was split into {} steps: {} 2025-03-05 22:50:24 85. 1659 0.002 286.99 KiB 0.002 1 72 ['Debug'] 0 After join block: '{}' 2025-03-05 22:50:24 86. 1659 0.002 183.15 KiB 0.001 1 72 ['Debug'] 0 Before join block: '{}' 2025-03-05 22:50:24 87. 1579 0.002 44.74 KiB 0 128 285 ['Trace'] 0.002 Found (LEFT) boundary mark: {} 2025-03-05 22:50:24 88. 1579 0.002 49.96 KiB 0 128 285 ['Trace'] 0.002 Found {} range in {} steps 2025-03-05 22:50:24 89. 1579 0.002 105.88 KiB 0.001 128 285 ['Trace'] 0.002 Running binary search on index range for part {} ({} marks) 2025-03-05 22:50:24 90. 1579 0.002 46.71 KiB 0 128 285 ['Trace'] 0.002 Found (RIGHT) boundary mark: {} 2025-03-05 22:50:24 91. 1506 0.002 84.24 KiB 0 39 322 ['Trace'] 0.183 Finished loading {} part {} on disk {} 2025-03-05 22:50:24 92. 1506 0.002 73.94 KiB 0 39 322 ['Trace'] 0.183 Loading {} part {} from disk {} 2025-03-05 22:50:24 93. 1340 0.001 79.67 KiB 0 1 73 ['Information'] 0.001 Parsed metadata of {} tables in {} databases in {} sec 2025-03-05 22:50:24 94. 1340 0.001 110.07 KiB 0.001 1324 73 ['Information'] 0.001 Metadata processed, database {} has {} tables and {} dictionaries in total. 2025-03-05 22:50:24 95. 1286 0.001 97.96 KiB 0.001 9 82 ['Trace'] 0.955 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {} 2025-03-05 22:50:24 96. 1286 0.001 68.41 KiB 0 9 82 ['Trace'] 0.955 List of all grants: {} 2025-03-05 22:50:24 97. 1286 0.001 107.35 KiB 0.001 9 82 ['Trace'] 0.955 List of all grants including implicit: {} 2025-03-05 22:50:24 98. 1278 0.001 40.47 KiB 0 19 28 ['Debug'] 0 Requested flush up to offset {} 2025-03-05 22:50:24 99. 1243 0.001 76.88 KiB 0 1 73 ['Debug'] 0.002 Wait load job '{}' in {} 2025-03-05 22:50:25 100. 1105 0.001 46.42 KiB 0 1 353 ['Information'] 0 There are {} temporary sorted parts to merge 2025-03-05 22:50:25 2025-03-05 22:50:25 2025-03-05 22:50:25 2025-03-05 22:50:25 Top messages without format string (fmt::runtime): 2025-03-05 22:50:25 2025-03-05 22:50:25 count pattern runtime_message line 2025-03-05 22:50:25 2025-03-05 22:50:25 1. 10 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR) (version 24.3.12.7 ('/executeQuery.cpp',218) 2025-03-05 22:50:25 2. 8 CodeDBExceptionSyntaxerrorMultis Code: 62. DB::Exception: Syntax error (Multi-statements are not allowed): failed at position 9 (end of query): ; S. . (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::ffff:127.0.0.1]:41994) (comment: 00366_multi_statements.sh) (in query: SELECT ('/executeQuery.cpp',218) 2025-03-05 22:50:25 3. 8 CodeCoordinationExceptionFaultin Code: 999. Coordination::Exception: Fault injection before operation. (KEEPER_EXCEPTION) (version 24.3.12.76.altinitystable) (from [::1]:53824) (comment: 02456_keeper_retries_during_insert.sql) (in query: INSERT INTO keeper_retries_r1 SETTINGS insert_keepe ('/executeQuery.cpp',218) 2025-03-05 22:50:25 4. 6 autoDBStorageReplicatedMergeTree auto DB::StorageReplicatedMergeTree::processQueueEntry(ReplicatedMergeTreeQueue::SelectedEntryPtr)::(anonymous class)::operator()(LogEntryPtr &) const: std::exception. Code: 1001, type: std::__1::__fs::filesystem::filesystem_error, e.what() = filesystem er ('/Exception.cpp',222) 2025-03-05 22:50:25 5. 4 CodeDBExceptionReceivedfromDBExc Code: 159. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Timeout exceeded: elapsed 1.000140709 seconds, maximum: 1. Stack trace: 2025-03-05 22:50:25 2025-03-05 22:50:25 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000000a8f8182 2025-03-05 22:50:25 1. / ('/executeQuery.cpp',218) 2025-03-05 22:50:25 6. 4 CodeDBExceptionExpectedguidasarg Code: 395. DB::Exception: Expected guid as argument: while executing 'FUNCTION if(_CAST(1_UInt8, 'UInt8'_String) :: 1, toString(throwIf(_CAST(true_Bool, 'Bool'_String), 'Expected guid as argument'_String)) :: 3, _CAST(NULL_Nullable(Nothing), 'Nullable(Noth ('/executeQuery.cpp',218) 2025-03-05 22:50:25 7. 3 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2025-03-05 22:50:25 8. 3 Connectiontoconvmainasusermetrik Connection to conv_main@127.0.0.1:3456 as user metrika failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.0.0.1' (115) ((nullptr):0) ('',0) 2025-03-05 22:50:25 9. 3 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0) 2025-03-05 22:50:25 10. 3 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-03-05 22:50:25 2025-03-05 22:50:25 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ 0x000000 ('/Exception.cpp',222) 2025-03-05 22:50:25 11. 2 CodeDBExceptionCodeDBExceptionUn Code: 60. DB::Exception: Code: 60. DB::Exception: Unknown table expression identifier 'test_c95tuwgm.table_for_dict' in scope SELECT key_column, toString(fourth_column) AS some_column, fourth_column FROM test_c95tuwgm.table_for_dict. (UNKNOWN_TABLE) (versi ('/executeQuery.cpp',218) 2025-03-05 22:50:25 12. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::ffff:127.0.0.1]:48694) (in query: ), Stack trace (when copying this message, always include the lines below): 2025-03-05 22:50:25 2025-03-05 22:50:25 0. /build/contrib/llvm-project/libcxx/include/e ('/executeQuery.cpp',218) 2025-03-05 22:50:25 13. 2 CodeDBExceptionBadURIsyntaxURIco Code: 1000. DB::Exception: Bad URI syntax: URI contains invalid characters. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below): 2025-03-05 22:50:25 2025-03-05 22:50:25 0. /build/contrib/llvm-project/libcxx/include/exception:141: std::exception::capture() @ ('/TCPHandler.cpp',701) 2025-03-05 22:50:25 14. 2 PocoExceptionCodeecodeBadURIsynt Poco::Exception. Code: 1000, e.code() = 0, Bad URI syntax: URI contains invalid characters (version 24.3.12.76.altinitystable) (from [::1]:37878) (comment: 00746_sql_fuzzy.sh) (in query: SELECT * FROM cosn('\0');), Stack trace (when copying this message, a ('/executeQuery.cpp',218) 2025-03-05 22:50:25 15. 2 CodeDBExceptionParthasalreadybee Code: 384. DB::Exception: Part 3_9_9_0 has already been assigned a merge into 3_9_14_1. (PART_IS_TEMPORARILY_LOCKED) (version 24.3.12.76.altinitystable) (from [::1]:37660) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE dst_8 DROP PART '3_9_ ('/executeQuery.cpp',218) 2025-03-05 22:50:25 16. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 1 (''): . Unrecognized token: ''. (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:42782) (comment: 00746_sql_fuzzy.sh) (in query: SELECT (CAST(([]) AS St ('/executeQuery.cpp',218) 2025-03-05 22:50:25 17. 2 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope (SELECT str_to_date([formatQuery('')], (SELECT * FROM values()) AS znpt)). (SYNTAX_ERROR) (version 24.3.12.76.altinitystable) (from [::1]:42782) (comment: 00746_sql_fuzzy.sh) (in query: SELECT JSON_EXISTS(( SE ('/executeQuery.cpp',218) 2025-03-05 22:50:25 18. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 19. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 20. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 21. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 22. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 23. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2025-03-05 22:50:25 commit index 0 2025-03-05 22:50:25 term 0 2025-03-05 22:50:25 election timer allowed 2025-03-05 22:50:25 log store start 1, end 0 2025-03-05 22:50:25 config log idx 0, prev log idx 0 2025-03-05 22:50:25 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 24. 1 parameterselectiontimeoutrangehe parameters: election timeout range 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 100000, enable randomized snapshot creation NO, log sync stop gap 99999, reserved logs 2147483647, client timeout 10000, auto forwardin ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 25. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 26. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 27. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-03-05 22:50:25 28. 1 StartingClickHousealtinitystable Starting ClickHouse 24.3.12.76.altinitystable (revision: 54490, git hash: 552780245684c25bd4bd0689593fe37df0ea2aec, build id: D9FAA6DDDB0FFB2AB68A9A31CE572A71326CFB16), PID 725 ('',0) 2025-03-05 22:50:25 29. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 2025-03-05 22:50:25 my id: 1, voting_member 2025-03-05 22:50:25 num peers: 0 ('/LoggerWrapper.h',43) 2025-03-05 22:53:05 30. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2025-03-05 22:53:05 2025-03-05 22:53:05 2025-03-05 22:53:05 Failed to get stats about log messages: timed out + set -e + [[ 0 -eq 124 ]] + return 0 Files in current directory + echo 'Files in current directory' + ls -la ./ total 137440 drwxr-xr-x 1 root root 4096 Mar 5 22:29 . drwxr-xr-x 1 root root 4096 Mar 5 22:29 .. -rw-rw-r-- 1 1000 1000 300 Mar 5 21:14 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 14:22 attach_gdb.lib -rw-r--r-- 1 root root 9 Mar 5 22:29 a.txt -rw-r--r-- 1 root root 1481 Mar 5 21:19 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Mar 5 21:19 __azurite_db_blob__.json -rw-r--r-- 1 root root 68646 Mar 5 22:52 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 16:04 bin -> usr/bin drwxr-xr-x 2 root root 4096 Mar 5 21:18 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 2558 Mar 5 21:14 broken_tests.json -rw-r--r-- 1 root root 9 Mar 5 22:29 b.txt -rw-r--r-- 1 root root 9 Mar 5 22:29 c.txt drwxr-xr-x 5 root root 340 Mar 5 21:17 dev drwxr-xr-x 2 root root 4096 Mar 5 22:29 dir -rwxr-xr-x 1 root root 0 Mar 5 21:17 .dockerenv drwxr-xr-x 1 root root 4096 Mar 5 21:18 etc drwxr-xr-x 1 1000 1000 4096 Mar 5 21:18 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 16:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 16:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 16:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 16:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 14:42 mc drwxr-xr-x 2 root root 4096 Sep 11 16:04 media -rwxr-xr-x 1 root root 118595584 Oct 31 14:42 minio drwxr-xr-x 4 root root 4096 Mar 5 21:18 minio_data drwxr-xr-x 2 root root 4096 Sep 11 16:04 mnt drwxr-xr-x 2 root root 4096 Sep 11 16:04 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Mar 5 21:17 package_folder dr-xr-xr-x 312 root root 0 Mar 5 21:17 proc -rwxrwxr-x 1 root root 8329 Oct 31 14:22 process_functional_tests_result.py drwx------ 1 root root 4096 Mar 5 22:46 root drwxr-xr-x 1 root root 4096 Mar 5 21:18 run -rwxrwxr-x 1 root root 16095 Oct 31 14:22 run.sh lrwxrwxrwx 1 root root 8 Sep 11 16:04 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Mar 5 21:19 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 14:22 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 14:22 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 14:22 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 16:04 srv -rw-rw-r-- 1 root root 13192 Oct 31 14:22 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 5 21:17 sys drwxrwxr-x 2 1000 1000 4096 Mar 5 21:20 test_output drwxrwxrwt 1 root root 20480 Mar 5 22:53 tmp drwxr-xr-x 2 root root 4096 Mar 5 21:21 user_defined drwxr-xr-x 1 root root 4096 Sep 11 16:04 usr -rw-rw-r-- 1 root root 833 Oct 31 14:22 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 16:07 var Files in root directory + echo 'Files in root directory' + ls -la / total 137440 drwxr-xr-x 1 root root 4096 Mar 5 22:29 . drwxr-xr-x 1 root root 4096 Mar 5 22:29 .. -rw-rw-r-- 1 1000 1000 300 Mar 5 21:14 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 14:22 attach_gdb.lib -rw-r--r-- 1 root root 9 Mar 5 22:29 a.txt -rw-r--r-- 1 root root 1481 Mar 5 21:19 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 Mar 5 21:19 __azurite_db_blob__.json -rw-r--r-- 1 root root 68646 Mar 5 22:52 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 16:04 bin -> usr/bin drwxr-xr-x 2 root root 4096 Mar 5 21:18 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 2558 Mar 5 21:14 broken_tests.json -rw-r--r-- 1 root root 9 Mar 5 22:29 b.txt -rw-r--r-- 1 root root 9 Mar 5 22:29 c.txt drwxr-xr-x 5 root root 340 Mar 5 21:17 dev drwxr-xr-x 2 root root 4096 Mar 5 22:29 dir -rwxr-xr-x 1 root root 0 Mar 5 21:17 .dockerenv drwxr-xr-x 1 root root 4096 Mar 5 21:18 etc drwxr-xr-x 1 1000 1000 4096 Mar 5 21:18 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 16:04 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 16:04 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 16:04 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 16:04 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 14:42 mc drwxr-xr-x 2 root root 4096 Sep 11 16:04 media -rwxr-xr-x 1 root root 118595584 Oct 31 14:42 minio drwxr-xr-x 4 root root 4096 Mar 5 21:18 minio_data drwxr-xr-x 2 root root 4096 Sep 11 16:04 mnt drwxr-xr-x 2 root root 4096 Sep 11 16:04 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Mar 5 21:17 package_folder dr-xr-xr-x 312 root root 0 Mar 5 21:17 proc -rwxrwxr-x 1 root root 8329 Oct 31 14:22 process_functional_tests_result.py drwx------ 1 root root 4096 Mar 5 22:46 root drwxr-xr-x 1 root root 4096 Mar 5 21:18 run -rwxrwxr-x 1 root root 16095 Oct 31 14:22 run.sh lrwxrwxrwx 1 root root 8 Sep 11 16:04 sbin -> usr/sbin -rw-r--r-- 1 root root 462 Mar 5 21:19 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 14:22 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 14:22 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 14:22 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 16:04 srv -rw-rw-r-- 1 root root 13192 Oct 31 14:22 stress_tests.lib dr-xr-xr-x 13 root root 0 Mar 5 21:17 sys drwxrwxr-x 2 1000 1000 4096 Mar 5 21:20 test_output drwxrwxrwt 1 root root 20480 Mar 5 22:53 tmp drwxr-xr-x 2 root root 4096 Mar 5 21:21 user_defined drwxr-xr-x 1 root root 4096 Sep 11 16:04 usr -rw-rw-r-- 1 root root 833 Oct 31 14:22 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 16:07 var + /process_functional_tests_result.py 2025-03-05 22:53:05,204 File /analyzer_tech_debt.txt with broken tests found 2025-03-05 22:53:05,204 File /broken_tests.json with broken tests found 2025-03-05 22:53:05,205 Broken tests in the list: 29 2025-03-05 22:53:05,205 Find files in result folder garbage.log,run.log,gdb.log,test_result.txt 2025-03-05 22:53:05,218 Is flaky check: False 2025-03-05 22:53:05,218 Result parsed 2025-03-05 22:53:05,220 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Sent terminate signal to process with pid 725. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 725. The process with pid = 725 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + zstd --threads=0 + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]